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