7 lines
81 B
Go
7 lines
81 B
Go
package lib
|
|
|
|
const (
|
|
EVENT_FLAG = "dispatch"
|
|
EVENT_PROGRESS = "progress"
|
|
)
|