Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
alist-org
Edit Copy
Star
GitHub Repository:
alist-org/alist
Path:
blob/main/internal/op/const.go
1
5
6
0
views
1
package
op
2
3
const
(
4
WORK
=
"work"
5
DISABLED
=
"disabled"
6
RootName
=
"root"
7
)
8
9