Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountHandler ¶
type AccountHandler interface {
RegisterUser(ctx stk.Context)
LoginUserSession(ctx stk.Context)
LoginUserSessionToken(ctx stk.Context)
GetSessionUser(ctx stk.Context)
GetSessionTokenUser(ctx stk.Context)
LogoutUser(ctx stk.Context)
}
func NewAccountHandler ¶
func NewAccountHandler(userService services.AccountService) AccountHandler
Click to show internal directories.
Click to hide internal directories.