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