Implemented CanDelete method for lists and listitems
This commit is contained in:
@ -5,4 +5,5 @@ type Rights interface {
|
||||
IsAdmin(*User) bool
|
||||
CanWrite(*User) bool
|
||||
CanRead(*User) bool
|
||||
CanDelete(*User) bool
|
||||
}
|
||||
|
Reference in New Issue
Block a user