implemented creation of thing via parambinder
This commit is contained in:
@ -7,5 +7,5 @@ type Rights interface {
|
||||
CanRead(*User) bool
|
||||
CanDelete(*User) bool
|
||||
CanUpdate(*User, int64) bool
|
||||
CanCreate(*User, int64) bool
|
||||
CanCreate(*User) bool
|
||||
}
|
||||
|
Reference in New Issue
Block a user