# Functions
BoolToBoolValueFunc is a mapstructure hook that looks for an incoming bool mapped to a BoolValue and does the translation.
Float64ToUintValueFunc is a mapstructure hook that looks for an incoming float64 mapped to a UintValue and does the translation.
StringToDurationValueFunc is a mapstructure hook that looks for an incoming string mapped to a DurationValue and does the translation.
StringToStringValueFunc is a mapstructure hook that looks for an incoming string mapped to a StringValue and does the translation.
visit will call the visitor function on the path if it's a file, or for each file in the path if it's a directory.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
configDecodeHook should be passed to mapstructure in order to decode into the *Value objects here.
# Structs
BoolValue provides a flag value that's aware if it has been set.
No description provided by the author
DurationValue provides a flag value that's aware if it has been set.
StringValue provides a flag value that's aware if it has been set.
UintValue provides a flag value that's aware if it has been set.
# Type aliases
FlagSetFlags is an enum to define what flags are present in the default FlagSet returned.
VisitFn is a callback that gets a chance to visit each file found during a traversal with visit().