2024-12-14 17:37:19 +08:00

7 lines
80 B
Go

package wInterface
// 返回数据
type WSRspData interface {
MsgType() int
}