This website requires JavaScript.
Explore
Help
Register
Sign In
suguo
/
snippet
Template
Watch
1
Star
0
Fork
You've already forked snippet
0
Code
Issues
Pull Requests
Releases
7
Activity
ccdcfc4ebc
snippet
/
mqtt
/
config.go
9 lines
105 B
Go
Raw
Normal View
History
Unescape
Escape
mosquitto改mqtt
2023-02-28 03:23:15 +00:00
package
mqtt
mosquitto测试通过
2022-01-04 08:32:40 +00:00
type
Config
struct
{
Host
string
Username
string
Password
string
mosquitto改mqtt
2023-02-28 03:23:15 +00:00
ClientID
string
mosquitto测试通过
2022-01-04 08:32:40 +00:00
}