Implemented Create and Update methods on list
This commit is contained in:
@ -2,4 +2,6 @@ package models
|
||||
|
||||
type Rights interface {
|
||||
IsAdmin(*User) bool
|
||||
CanWrite(*User) bool
|
||||
CanRead(*User) bool
|
||||
}
|
||||
|
Reference in New Issue
Block a user