v5sdkgo/ws/wInterface/IReqData.go

9 lines
110 B
Go
Raw Normal View History

2024-12-14 19:09:06 +08:00
package wInterface
// 请求数据
type WSReqData interface {
GetType() int
Len() int
ToString() string
}