ProjectWIND/wba/tool.go
2025-04-01 01:20:35 +08:00

6 lines
103 B
Go

package wba
type WindStandardTools interface {
MsgUnmarshal(message string) (msg MessageEventInfo)
}