athunderx / internal /op /const.go
Mr.L
feat: add full alist source code for Docker build
7107f0b
raw
history blame contribute delete
83 Bytes
package op
const (
WORK = "work"
DISABLED = "disabled"
RootName = "root"
)