Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestDeviceApply ¶
type RequestDeviceApplyStatus ¶
type RequestDeviceApplyStatus struct {
ApplyID int `json:"apply_id"`
}
type RequestDeviceIdentifier ¶
type RequestDeviceSearch ¶
type RequestDeviceSearch struct {
Type int `json:"type"`
DeviceIdentifiers []*RequestDeviceIdentifier `json:"device_identifiers"`
ApplyID int `json:"apply_id"`
LastSeen int `json:"last_seen"`
Count int `json:"count"`
}
type RequestPageInfo ¶
type RequestPageUpdate ¶
type RequestPageUpdate struct {
*RequestPageInfo
PageID int `json:"page_id"`
}
type RequestShakeAroundUser ¶
Click to show internal directories.
Click to hide internal directories.