2024-12-02 14:03:35 +08:00

7 lines
80 B
Go

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