This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
alist
mirror of
https://github.com/Xhofe/alist
Watch
1
Star
0
Fork
You've already forked alist
0
Code
Issues
Releases
Wiki
Activity
79bef0be9e
alist
/
internal
/
op
/
const.go
8 lines
83 B
Go
Raw
Normal View
History
Unescape
Escape
feat: check status before storage call
2022-09-03 14:32:09 +00:00
package
op
refactor: obj name mapping and internal path processing (#2733) * refactor:Prepare to remove the get interface * feat:add obj Unwarp interface * refactor:obj name mapping and program internal path processing * chore: fix typo * feat: unwrap get * fix: no use op.Get to get parent id * fix: set the path uniformly Co-authored-by: Noah Hsu <i@nn.ci>
2022-12-17 11:49:05 +00:00
const
(
WORK
=
"work"
fix(storage): explicitly set storages' status to disabled (#3810)
2023-03-11 12:45:35 +00:00
DISABLED
=
"disabled"
refactor: obj name mapping and internal path processing (#2733) * refactor:Prepare to remove the get interface * feat:add obj Unwarp interface * refactor:obj name mapping and program internal path processing * chore: fix typo * feat: unwrap get * fix: no use op.Get to get parent id * fix: set the path uniformly Co-authored-by: Noah Hsu <i@nn.ci>
2022-12-17 11:49:05 +00:00
RootName
=
"root"
)