9 lines
158 B
Go
9 lines
158 B
Go
|
package session
|
||
|
|
||
|
import "badat.dev/maeqtt/v2/mqtt/packets"
|
||
|
|
||
|
type ConnectionRequest struct {
|
||
|
Connection *Connection
|
||
|
ConnectPakcet packets.ConnectPacket
|
||
|
}
|