This website requires JavaScript.
Explore
Help
Sign In
admin
/
alist
Watch
1
Star
0
Fork
0
You've already forked alist
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
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 22:32:09 +08: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 19:49:05 +08:00
const
(
WORK
=
"work"
fix(storage): explicitly set storages' status to disabled (#3810)
2023-03-11 20:45:35 +08: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 19:49:05 +08:00
RootName
=
"root"
)
Reference in New Issue
Copy Permalink