mirror of
https://github.com/AlistGo/alist.git
synced 2025-06-02 23:57:13 +08:00
chore: user permissions
This commit is contained in:
7
internal/errs/operate.go
Normal file
7
internal/errs/operate.go
Normal file
@ -0,0 +1,7 @@
|
||||
package errs
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
PermissionDenied = errors.New("permission denied")
|
||||
)
|
Reference in New Issue
Block a user