Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HomeResponse ¶
type PingResponse ¶
type PingResponse struct { Cpu int `json:"cpu" label:"CPU core count" mock:"8"` Goroutine int `json:"goroutines" label:"Coroutine counts" mock:"32"` Memory float64 `json:"memory" label:"Used system memory" desc:"Unit: MB" mock:"16.57"` Pid int `json:"pid" label:"Process ID" mock:"3721"` StartTime string `json:"start_time" label:"Started time" mock:"2022-01-19 14:21:25"` }
Click to show internal directories.
Click to hide internal directories.