airobot/lib/event.go
2022-12-14 11:03:43 +08:00

7 lines
81 B
Go

package lib
const (
EVENT_FLAG = "dispatch"
EVENT_PROGRESS = "progress"
)