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