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