Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SignInGateway ¶
type SignInUseCase ¶
type SignInUseCase interface {
Execute(ctx context.Context, user domain.User) (accessToken, refreshToken *string, err error)
}
func NewSignInUseCase ¶
func NewSignInUseCase( l logger.Logger, passwd bcrypt.Password, jwt jwt.JWTAuth, gw SignInGateway, ) SignInUseCase
type SignUpGateway ¶
type SignUpUseCase ¶
func NewSignUpUseCase ¶
func NewSignUpUseCase( l logger.Logger, bcryptPass bcrypt.Password, gw SignUpGateway, ) SignUpUseCase
Click to show internal directories.
Click to hide internal directories.