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"`
Timeout time.Duration `yaml:"timeout" json:"timeout" toml:"timeout"`
Application string `yaml:"application" json:"application" toml:"application"`
Version string `yaml:"version" json:"version" toml:"version"`
Environment string `yaml:"environment" json:"environment" toml:"environment"`
Continent string `yaml:"continent" json:"continent" toml:"continent"`
Country string `yaml:"country" json:"country" toml:"country"`
Command string `yaml:"command" json:"command" toml:"command"`
Kind string `yaml:"kind" json:"kind" toml:"kind"`
Mode uint32 `yaml:"mode" json:"mode" toml:"mode"`
}
Config for client.
Click to show internal directories.
Click to hide internal directories.