Documentation
¶
Index ¶
- func KeyVerify(context *gin.Context)
- func Load() *gin.Engine
- type AliveData
- type AliveDataJSON
- type BlockIpInstance
- type BlockIpInstanceJSON
- type DetectData
- type DetectDataJSON
- type FunctionRouter
- type InfoBody
- type NodeRouter
- type SpeedTestLog
- type SpeedTestLogJSON
- type TrafficData
- type TrafficDataJSON
- type UserRouter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AliveDataJSON ¶
type AliveDataJSON struct {
Data []AliveData `json:"data"`
}
type BlockIpInstance ¶
type BlockIpInstance struct {
Ip string `json:"ip"`
}
type BlockIpInstanceJSON ¶
type BlockIpInstanceJSON struct {
Data []BlockIpInstance `json:"data"`
}
type DetectData ¶
type DetectDataJSON ¶
type DetectDataJSON struct {
Data []DetectData `json:"data"`
}
type FunctionRouter ¶
type FunctionRouter struct {
// contains filtered or unexported fields
}
type NodeRouter ¶
type NodeRouter struct {
// contains filtered or unexported fields
}
type SpeedTestLog ¶
type SpeedTestLog struct {
TelecomePing string `json:"telecomping"`
TelecomeUpload string `json:"telecomeupload"`
TelecomeDownload string `json:"telecomedownload"`
UnicomPing string `json:"unicomping"`
UnicomUpload string `json:"unicomupload"`
UnicomDownload string `json:"unicomdownload"`
CmccPing string `json:"cmccping"`
CmccUpload string `json:"cmccupload"`
CmccDownload string `json:"cmccdownload"`
}
type SpeedTestLogJSON ¶
type SpeedTestLogJSON struct {
Data []SpeedTestLog `json:"data"`
}
type TrafficData ¶
type TrafficDataJSON ¶
type TrafficDataJSON struct {
Data []TrafficData `json:"data"`
}
type UserRouter ¶
type UserRouter struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.