nettools/net/ws.go

9 lines
97 B
Go
Raw Normal View History

2024-11-12 08:10:09 +00:00
package net_utils
import "encoding/json"
type WSMsg struct {
Type int
Data json.RawMessage
}