removed unneeded method
This commit is contained in:
parent
a3151ed0b5
commit
0dc93fcd16
2 changed files with 0 additions and 41 deletions
|
|
@ -5,7 +5,6 @@ import "github.com/gin-gonic/gin"
|
|||
type Utils interface {
|
||||
IsEmail(email string) bool
|
||||
GetUserUuidFromContext(c *gin.Context) (string, error)
|
||||
GetAllTokensFromContext(c *gin.Context) (string, string, error)
|
||||
HashPassword(password string) (string, error)
|
||||
ComparePasswords(hashedPassword string, plainPassword string) error
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue