v5sdkgo/ws/wInterface/IReqData.go
2024-12-14 19:09:06 +08:00

9 lines
110 B
Go

package wInterface
// 请求数据
type WSReqData interface {
GetType() int
Len() int
ToString() string
}