# Functions

GetEnvVarAsBool gets an env variable and parses to a bool; or returns a default bool if variable missing or not a bool.
GetEnvVarAsInt gets an env variable and parses to an int; or returns a default int if variable missing or not an int.
GetEnvVarAsString gets an environment variable, or returns a default value if missing/empty.
No description provided by the author
ParseInt tries to parse a string into an int; else returns a default value.
No description provided by the author

# Structs

ComponentsListResponse swagger:response componentsListResponse.
Config hold the broker configuration.
No description provided by the author
swagger:parameters discover.
ServerError swagger:response serverError.