Implemented CanUpdate method
This commit is contained in:
@ -5,6 +5,6 @@ type CRUDable interface {
|
||||
Create(*User, int64) error
|
||||
ReadOne(int64) error
|
||||
ReadAll(*User) (interface{}, error)
|
||||
Update(int64, *User) error
|
||||
Update(int64) error
|
||||
Delete(int64) error
|
||||
}
|
||||
|
Reference in New Issue
Block a user