Documentation
¶
Index ¶
Constants ¶
View Source
const ( TypeIDAccessStatus uint32 = 4501 TypeIDAccessResume uint32 = 4502 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResumeRequest ¶
type ResumeRequest struct {
Token string `json:"token"`
}
type ResumeResponse ¶
type ResumeResponse struct {
Unlocked bool `json:"unlocked"`
}
Click to show internal directories.
Click to hide internal directories.