Documentation ¶
Overview ¶
Package config implements the configuration for catshadow.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ClientLogging *config.Logging Logging *config.Logging UpstreamProxy *config.UpstreamProxy Debug *config.Debug NonvotingAuthority *config.NonvotingAuthority VotingAuthority *config.VotingAuthority Panda *config.Panda }
Config is the top level catshadow configuration.
func Load ¶
Load parses and validates the provided buffer b as a config file body and returns the Config.
Click to show internal directories.
Click to hide internal directories.