mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
feat: email verification flow (not 100% complete)
This commit is contained in:
@@ -7,4 +7,5 @@ type IUserRepository interface {
|
||||
GetByUsername(username string) (user.User, error)
|
||||
GetAll() []user.User
|
||||
Create(user user.User) (user.User, error)
|
||||
UpdateVerificationStatus(userId uint32, isVerified bool) (user.User, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user