texus/okex/ws/wInterface/IReqData.go
2024-12-02 14:03:35 +08:00

9 lines
110 B
Go

package wInterface
// 请求数据
type WSReqData interface {
GetType() int
Len() int
ToString() string
}