Documentation ¶
Index ¶
Constants ¶
View Source
const DEFAULT_LISTENER_IP_ADDRESS = "0.0.0.0"
View Source
const DEFAULT_LISTENER_PORT = 5500
View Source
const DEFAULT_SCRIPT_TIMEOUT_SEC = 5
View Source
const ENV_VAR_NAME_DEBUG_MODE = "HEALTH_CHECKER_DEBUG"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InvalidLogLevel ¶
type InvalidLogLevel string
func (InvalidLogLevel) Error ¶
func (invalidLogLevel InvalidLogLevel) Error() string
type MissingParam ¶
type MissingParam string
func (MissingParam) Error ¶
func (paramName MissingParam) Error() string
type OneOfParamsRequired ¶
type OneOfParamsRequired struct {
// contains filtered or unexported fields
}
func (OneOfParamsRequired) Error ¶
func (paramNames OneOfParamsRequired) Error() string
Click to show internal directories.
Click to hide internal directories.