# Functions
ParseDuration parses a duration string, adding support for the "d" unit meaning number of days, where a day is assumed to be 24h.
# Structs
AdminAccess specifies what permissions an identity or group of identities are granted.
AdminConfig configures Caddy's API endpoint, which is used to manage Caddy while it is running.
AdminPermissions specifies what kinds of requests are allowed to be made to the admin endpoint.
BaseLog contains the common logging parameters for logging.
ConfigSettings configures the management of configuration.
CustomLog represents a custom logger configuration.
IdentityConfig configures management of this server's identity.
Logging facilitates logging within Caddy.
LogSampling configures log entry sampling.
RemoteAdmin enables and configures remote administration.
SinkLog configures the default Go standard library global logger in the log package.