Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Enabled bool `yaml:"enabled" json:"enabled" toml:"enabled"` Security security.Config `yaml:"security" json:"security" toml:"security"` Port string `yaml:"port" json:"port" toml:"port"` Retry retry.Config `yaml:"retry" json:"retry" toml:"retry"` UserAgent string `yaml:"user_agent" json:"user_agent" toml:"user_agent"` }
Config for server.
Click to show internal directories.
Click to hide internal directories.