ble-april/mosquitto/config.go

8 lines
93 B
Go

package mosquitto
type Config struct {
Host string
Username string
Password string
}