Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( UserNotFound = errors.New("user not found") WrongPassword = errors.New("wrong password") )
Functions ¶
func GenerateToken ¶
GenerateToken generate a json web token
func NewUserUsecase ¶
func NewUserUsecase(userRepo user.Repository, secretKey string) user.Usecase
NewUserUsecase creates a new user.Usecase.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.