mqtt-demo/mqtt/config.go

9 lines
105 B
Go
Raw Normal View History

2023-02-28 03:24:39 +00:00
package mqtt
type Config struct {
Host string
Username string
Password string
ClientID string
}