implemented update method via param binder
This commit is contained in:
@ -6,6 +6,6 @@ type Rights interface {
|
||||
CanWrite(*User) bool
|
||||
CanRead(*User) bool
|
||||
CanDelete(*User) bool
|
||||
CanUpdate(*User, int64) bool
|
||||
CanUpdate(*User) bool
|
||||
CanCreate(*User) bool
|
||||
}
|
||||
|
Reference in New Issue
Block a user