Documentation ¶
Overview ¶
Package checkapp maintains the app layer api for the check domain.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Info ¶
type Info struct { Status string `json:"status,omitempty"` Build string `json:"build,omitempty"` Host string `json:"host,omitempty"` Name string `json:"name,omitempty"` PodIP string `json:"podIP,omitempty"` Node string `json:"node,omitempty"` Namespace string `json:"namespace,omitempty"` GOMAXPROCS int `json:"GOMAXPROCS,omitempty"` }
Info represents information about the service.
Click to show internal directories.
Click to hide internal directories.