Add user repo and keycloak
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package authentication
|
||||
|
||||
type UserRepository interface {
|
||||
GetUserId(email string) (int, error)
|
||||
Create(email string) (int, error)
|
||||
}
|
||||
Reference in New Issue
Block a user