Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Servers []string
Functions ¶
Types ¶
type AggregateCheck ¶
type AggregateCheck struct { ServerURL string `json:"serverURL"` Key string `json:"key"` Type string `json:"type"` Name string `json:"name"` CanaryName string `json:"canaryName"` Description string `json:"description"` Endpoint string `json:"endpoint"` Health map[string]CheckHealth `json:"health"` Statuses map[string][]pkg.CheckStatus `json:"checkStatuses"` }
type AggregateChecks ¶
type AggregateChecks []AggregateCheck
func (AggregateChecks) Len ¶
func (c AggregateChecks) Len() int
func (AggregateChecks) Less ¶
func (c AggregateChecks) Less(i, j int) bool
func (AggregateChecks) Swap ¶
func (c AggregateChecks) Swap(i, j int)
type CheckHealth ¶ added in v0.11.5
type Response ¶
type Response struct { Checks []AggregateCheck `json:"checks"` Servers []string `json:"servers"` }
Click to show internal directories.
Click to hide internal directories.