kos/entry/cli/constant.go

13 lines
157 B
Go
Raw Normal View History

2023-04-23 17:57:36 +08:00
package cli
var (
Feature = []byte{67, 76, 73}
OK = []byte("OK")
Bye = "Bye Bye"
)
const (
errNotFound = 4004
errExecuteFailed = 4005
)