Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Application string `yaml:"application,omitempty" json:"application,omitempty" toml:"application,omitempty"` Version string `yaml:"version,omitempty" json:"version,omitempty" toml:"version,omitempty"` Environment string `yaml:"environment,omitempty" json:"environment,omitempty" toml:"environment,omitempty"` Continent string `yaml:"continent,omitempty" json:"continent,omitempty" toml:"continent,omitempty"` Country string `yaml:"country,omitempty" json:"country,omitempty" toml:"country,omitempty"` Command string `yaml:"command,omitempty" json:"command,omitempty" toml:"command,omitempty"` Kind string `yaml:"kind,omitempty" json:"kind,omitempty" toml:"kind,omitempty"` Mode uint32 `yaml:"mode,omitempty" json:"mode,omitempty" toml:"mode,omitempty"` *client.Config `yaml:",inline" json:",inline" toml:",inline"` }
Config for client.
Click to show internal directories.
Click to hide internal directories.