vRp.CD2g_test/server/gateway/packet.go

8 lines
103 B
Go

package gateway
type Packet struct {
ConnID string
WebsocketType int
Data []byte
}