Files
p4wnp1_aloa/common_web/EventConst.go
T
2018-07-29 18:14:46 +02:00

9 lines
87 B
Go

package common
const (
EVT_ANY = int64(0)
EVT_LOG = int64(1)
EVT_HID = int64(2)
)