Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatusIOChecker ¶
type StatusIOChecker struct{}
type StatusIOContainerResult ¶
type StatusIOOverallResult ¶
type StatusIOProbe ¶
type StatusIOProbe struct {
// contains filtered or unexported fields
}
func NewStatusIOProbe ¶
func NewStatusIOProbe(name string, id string) StatusIOProbe
func (StatusIOProbe) Name ¶
func (p StatusIOProbe) Name() string
type StatusIOResponse ¶
type StatusIOResponse struct {
Result *StatusIOResult `json:"result"`
}
type StatusIOResult ¶
type StatusIOResult struct { Overall *StatusIOOverallResult `json:"status_overall"` Status *[]StatusIOStatusResult `json:"status"` }
type StatusIOStatusResult ¶
Click to show internal directories.
Click to hide internal directories.