Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Host string `mapstructure:"host" json:"host" yaml:"host" toml:"host"`
Port string `mapstructure:"port" json:"port" yaml:"port" toml:"port"`
Password string `mapstructure:"password" json:"password" yaml:"password" toml:"password"`
DB int `mapstructure:"db" json:"db" yaml:"db" toml:"db"`
}
Click to show internal directories.
Click to hide internal directories.