Add create from email
This commit is contained in:
@@ -2,5 +2,5 @@ package authentication
|
||||
|
||||
type UserRepository interface {
|
||||
GetUserId(email string) (int, error)
|
||||
Create(email string) (int, error)
|
||||
CreateFromEmail(email string) (int, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user