v5sdkgo/ws/wInterface/IRspData.go

7 lines
80 B
Go
Raw Normal View History

2024-12-14 19:09:06 +08:00
package wInterface
// 返回数据
type WSRspData interface {
MsgType() int
}