mirror of
https://github.com/fhmq/hmq.git
synced 2026-04-26 11:38:33 +00:00
packet
This commit is contained in:
15
broker/client.go
Normal file
15
broker/client.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package broker
|
||||
|
||||
import "net"
|
||||
|
||||
type client struct {
|
||||
broker Broker
|
||||
conn net.Conn
|
||||
clientID []byte
|
||||
username []byte
|
||||
password []byte
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user