# Functions
NewBoolConfig returns a new bool config utility wrapper.
NewBytesConfig returns a new byte array config utility wrapper.
NewDurationConfig returns a new duration config utility wrapper.
NewFloat64Config returns a new float64 config utility wrapper.
NewInt64Config returns a new int64 config utility wrapper.
NewStringConfig returns a new duration string utility wrapper.
NewUint64Config returns a new uint64 config utility wrapper.
# Variables
ErrUnsuportedConversion indicates the wrapper does not implement conversion from the source type.
# Structs
BoolConfig is a utility wrapper for a bool config.
BytesConfig is a utility wrapper for a byte array config.
DurationConfig is a utility wrapper for a duration config.
Float64Config is a utility wrapper for a float64 config.
Int64Config is a utility wrapper for a int64 config.
StringConfig is a utility wrapper for a string config.
Uint64Config is a utility wrapper for a uint64 config.