mirror of
https://github.com/alist-org/alist.git
synced 2026-06-20 21:13:41 +08:00
8 lines
83 B
Go
8 lines
83 B
Go
package op
|
|
|
|
const (
|
|
WORK = "work"
|
|
DISABLED = "disabled"
|
|
RootName = "root"
|
|
)
|