- package config
- type Mqtt struct {
- Server string `mapstructure:"server" json:"server" yaml:"server"`
- Id string `mapstructure:"id" json:"id" yaml:"id"`
- User string `mapstructure:"user" json:"user" yaml:"user"`
- Password string `mapstructure:"password" json:"password" yaml:"password"`
- }
|