# Functions
CaddyfileUnmarshaler returns a function that unmarshals Caddyfile configuration into a specific type.
# Structs
No description provided by the author
PairValue is used to store the base values of a parsed pair value.
ValuePair represents a structured combination of `<value>:<value>` pairs.
ValueUnsigned is a generic type for unmarshalling an unsigned number.
# Interfaces
No description provided by the author
# Type aliases
These are convenience types that may be used in configurations.
ValueBool handles unmarshalling bool values.
ValueIP handles unmarshalling [net.IP].
ValueResolvedIP handles resolving and unmarshalling [net.IP].
ValueString handles unmarshalling string values.
ValueUDPAddr handles unmarshalling a [net.UDPAddr].