Documentation
¶
Index ¶
Constants ¶
View Source
const (
// PluginName declares public plugin name.
PluginName = "status"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Address of the http server
Address string
UnavailableStatusCode int `mapstructure:"unavailable_status_code"`
}
Config is the configuration reference for the Status plugin
type Configurer ¶
Click to show internal directories.
Click to hide internal directories.