alist/internal/op/const.go

7 lines
60 B
Go

package op
const (
WORK = "work"
RootName = "root"
)