texus/okex/ws/wInterface/IReqData.go

9 lines
110 B
Go
Raw Normal View History

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