ProjectWIND/wba/tool.go

6 lines
103 B
Go
Raw Normal View History

2025-04-01 01:20:35 +08:00
package wba
type WindStandardTools interface {
MsgUnmarshal(message string) (msg MessageEventInfo)
}