Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Host string `json:"host" mapstructure:"host"`
Port string `json:"port" mapstructure:"port"`
Username string `json:"username" mapstructure:"username"`
Password string `json:"password" mapstructure:"password"`
Channel string `json:"channel" mapstructure:"channel"`
Standalone bool `json:"standalone" mapstructure:"standalone"`
MasterName string `json:"master_name" mapstructure:"master_name"`
}
Click to show internal directories.
Click to hide internal directories.