forked from ProjectWIND/ProjectWIND
6 lines
103 B
Go
6 lines
103 B
Go
![]() |
package wba
|
||
|
|
||
|
type WindStandardTools interface {
|
||
|
MsgUnmarshal(message string) (msg MessageEventInfo)
|
||
|
}
|