File size: 83 Bytes
7107f0b
 
 
 
 
 
 
1
2
3
4
5
6
7
8
package op

const (
	WORK     = "work"
	DISABLED = "disabled"
	RootName = "root"
)