nettools/net/ws.go

9 lines
96 B
Go

package netUtils
import "encoding/json"
type WSMsg struct {
Type int
Data json.RawMessage
}