Discover Packages
github.com/monigo/srun-cmd
form
package
Version:
v0.1.12
Opens a new window with list of versions in this module.
Published: Nov 15, 2019
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type QChallenge struct {
Username string `json:"username"`
Ip string `json:"ip"`
}
query challenge
type QInfo struct {
Acid int `json:"ac_id"`
Username string `json:"username"`
ClientIp string `json:"client_ip"`
AccessToken string `json:"access_token"`
}
query info
type QLogin struct {
Action string `json:"action"`
Username string `json:"username"`
Password string `json:"password"`
Acid int `json:"ac_id"`
Ip string `json:"ip"`
Info string `json:"info"`
Chksum string `json:"chksum"`
N int `json:"n"`
Type int `json:"type"`
}
query login
type QLogout struct {
Action string `json:"action"`
Username string `json:"username"`
Acid int `json:"ac_id"`
Ip string `json:"ip"`
}
query logout
Source Files
¶
Click to show internal directories.
Click to hide internal directories.