mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-25 14:54:03 +08:00
8 lines
83 B
Go
8 lines
83 B
Go
package op
|
|
|
|
const (
|
|
WORK = "work"
|
|
DISABLED = "disabled"
|
|
RootName = "root"
|
|
)
|