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