core/okex/ws/wInterface/IParam.go

10 lines
140 B
Go
Raw Normal View History

2024-12-02 14:03:35 +08:00
package wInterface
import . "v5sdk_go/ws/wImpl"
// 请求数据
type WSParam interface {
EventType() Event
ToMap() *map[string]string
}