nettools/net/ws.go

9 lines
96 B
Go
Raw Normal View History

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