Documentation ¶
Index ¶
Constants ¶
View Source
const HEALTHCHECK_BUFFER_SIZE = 1000
View Source
const HEALTHCHECK_STATS_CONNECT_TIMEOUT = time.Second * 3
View Source
const HEALTHCHECK_STATS_REQUEST_TIMEOUT = time.Second * 3
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CategoryInfo ¶
type ClientResult ¶
type Result ¶
type Result struct { IsRunning bool `json:"is_running"` Client ClientResult `json:"client"` Server ServerResult `json:"server"` }
type ServerResult ¶
type ServerResult struct { Categories map[string]CategoryInfo `json:"categories"` Errors []string `json:"errors"` }
Click to show internal directories.
Click to hide internal directories.