12 lines
161 B
Go
Raw Normal View History

2024-12-14 19:09:06 +08:00
package wInterface
2024-12-16 11:41:20 +08:00
import (
. "github.com/phyer/v5sdkgo/ws/wImpl"
)
2024-12-14 19:09:06 +08:00
// 请求数据
type WSParam interface {
EventType() Event
ToMap() *map[string]string
}