All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m19s
9 lines
103 B
Go
9 lines
103 B
Go
package controllers
|
|
|
|
const (
|
|
MSG_WELCOME = 0
|
|
MSG_INPUT = 1
|
|
MSG_SNAPSHOT = 2
|
|
MSG_EVENT = 3
|
|
)
|