Documentation ¶
Index ¶
- type AuthHandler
- func (h *AuthHandler) Authorize(c echo.Context) error
- func (h *AuthHandler) ForgotPassword(c echo.Context) error
- func (h *AuthHandler) ForgotPasswordPage(c echo.Context) error
- func (h *AuthHandler) Home(c echo.Context) error
- func (h *AuthHandler) ResetPassword(c echo.Context) error
- func (h *AuthHandler) ResetPasswordPage(c echo.Context) error
- func (h *AuthHandler) Route(e *echo.Group)
- func (h *AuthHandler) SignIn(c echo.Context) error
- type TokenHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthHandler ¶
type AuthHandler struct { handler.BaseHandler // contains filtered or unexported fields }
func NewAuthHandler ¶
func NewAuthHandler(clientId string, uc authUseCase) *AuthHandler
func (*AuthHandler) Authorize ¶
func (h *AuthHandler) Authorize(c echo.Context) error
func (*AuthHandler) ForgotPassword ¶
func (h *AuthHandler) ForgotPassword(c echo.Context) error
func (*AuthHandler) ForgotPasswordPage ¶
func (h *AuthHandler) ForgotPasswordPage(c echo.Context) error
func (*AuthHandler) Home ¶
func (h *AuthHandler) Home(c echo.Context) error
func (*AuthHandler) ResetPassword ¶
func (h *AuthHandler) ResetPassword(c echo.Context) error
func (*AuthHandler) ResetPasswordPage ¶
func (h *AuthHandler) ResetPasswordPage(c echo.Context) error
func (*AuthHandler) Route ¶
func (h *AuthHandler) Route(e *echo.Group)
func (*AuthHandler) SignIn ¶
func (h *AuthHandler) SignIn(c echo.Context) error
type TokenHandler ¶
type TokenHandler struct {
// contains filtered or unexported fields
}
func NewTokenHandler ¶
func NewTokenHandler(uc tokenUseCase) *TokenHandler
func (*TokenHandler) Route ¶
func (h *TokenHandler) Route(e *echo.Group)
func (*TokenHandler) Token ¶
func (h *TokenHandler) Token(c echo.Context) error
Click to show internal directories.
Click to hide internal directories.