mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2026-01-21 06:20:35 +00:00
8 lines
123 B
Go
8 lines
123 B
Go
package admin
|
|
|
|
type AuditQuery struct {
|
|
PeerId string `form:"peer_id"`
|
|
FromPeer string `form:"from_peer"`
|
|
PageQuery
|
|
}
|