Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Up status Up = "up" // Down status Down = "down" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Domains ¶
type Domains struct {
Infrastructure string `json:"infrastructure"`
Service string `json:"service"`
}
Domains of the infrastructure
Click to show internal directories.
Click to hide internal directories.