Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Host string `yaml:"host" json:"host" toml:"host"` Security security.Config `yaml:"security" json:"security" toml:"security"` Timeout time.Duration `yaml:"timeout" json:"timeout" toml:"timeout"` Retry retry.Config `yaml:"retry" json:"retry" toml:"retry"` UserAgent string `yaml:"user_agent" json:"user_agent" toml:"user_agent"` Access string `yaml:"access" json:"access" toml:"access"` }
Config for client.
Click to show internal directories.
Click to hide internal directories.