Fixed lint + fmt
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
package models
|
||||
|
||||
// CRUDable defines the crud methods
|
||||
type CRUDable interface {
|
||||
Create(*User) (error)
|
||||
Create(*User) error
|
||||
ReadOne(int64) error
|
||||
ReadAll(*User) (interface{}, error)
|
||||
Update(int64, *User) error
|
||||
|
Reference in New Issue
Block a user