Check permissions to playlist operations
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package model
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrNotFound = errors.New("data not found")
|
||||
ErrInvalidAuth = errors.New("invalid authentication")
|
||||
ErrNotAuthorized = errors.New("not authorized")
|
||||
)
|
||||
Reference in New Issue
Block a user