core/okex/ws/wInterface/IRspData.go

7 lines
80 B
Go
Raw Normal View History

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