Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct {
Base DataBase
Certificates []DataCertificate
ConfFile []File
}
Data model
type DataBase ¶
type DataBase struct {
ServerIpv4 string
ServerIpv6 string
HostName string
Token string
PollAddress string
}
DataBase model
type DataCertificate ¶
DataCertificate model
type DockerInfo ¶
DataDocker model
type InterfaceInfo ¶
InterfaceInfo model
type StatusPercent ¶
StatusPercent model
type StatusServer ¶
type StatusServer struct {
Version string
Percent StatusPercent
CPU []CPUInfo
Mem MemInfo
Swap SwapInfo
Load *load.AvgStat
Network map[string]InterfaceInfo
BootTime uint64
Uptime uint64
DockerInfo []DockerInfo
}
StatusServer model
type UpdateInfo ¶
type UpdateInfo struct {
Code int64
Certificates []DataCertificate
ConfFile []File
}
UpdateInfo model
Click to show internal directories.
Click to hide internal directories.