package client type MqttConfig struct { ClientId string Brokers []string User string Password string ConnNum int }