Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Port string `yaml:"port,omitempty" json:"port,omitempty" toml:"port,omitempty"` Retry *retry.Config `yaml:"retry,omitempty" json:"retry,omitempty" toml:"retry,omitempty"` TLS *tls.Config `yaml:"tls,omitempty" json:"tls,omitempty" toml:"tls,omitempty"` UserAgent string `yaml:"user_agent,omitempty" json:"user_agent,omitempty" toml:"user_agent,omitempty"` }
Config for server.
Click to show internal directories.
Click to hide internal directories.