Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Server Server `yaml:"server"` Destination Destination `yaml:"destination"` Circonus Circonus `yaml:"circonus"` Debug bool }
type Destination ¶
type Server ¶
type Server struct { Address string `yaml:"listen_address"` // :19200 CertFile string `yaml:"cert_file"` // empty means no tls KeyFile string `yaml:"key_file"` // empty means no tls ReadTimeout string `yaml:"read_timeout"` // 60 second WriteTimeout string `yaml:"write_timeout"` // 60 second IdleTimeout string `yaml:"idle_timeout"` // 30 seconds ReadHeaderTimeout string `yaml:"read_header_timeout"` // 5 seconds HandlerTimeout string `yaml:"handler_timeout"` // 30 seconds }
Click to show internal directories.
Click to hide internal directories.