8 lines
93 B
Go
8 lines
93 B
Go
|
|
package mosquitto
|
||
|
|
|
||
|
|
type Config struct {
|
||
|
|
Host string
|
||
|
|
Username string
|
||
|
|
Password string
|
||
|
|
}
|