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