add init functions
This commit is contained in:
@@ -5,4 +5,6 @@ type UserCRUD interface {
|
||||
GetBy(by, value string) (*User, error)
|
||||
Update(user *User) error
|
||||
Delete(id int64) error
|
||||
|
||||
init() error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user