mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2025-12-02 10:03:16 +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
|
|
}
|