package
Version:
v0.4.2
Opens a new window with list of versions in this module.
Published: Jun 7, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AgentRegisterRes struct {
ResBase
Data struct {
Id int `json:"id"`
CoreAutoStart int `json:"coreAutoStart"`
} `json:"data"`
}
type LimitRes struct {
ResBase
Data []struct {
Id int `json:"id"`
Key string `json:"key"`
Value string `json:"value"`
} `json:"data"`
}
type ResBase struct {
Status int `json:"status"`
Msg string `json:"msg"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.