Documentation
¶
Index ¶
- func NewAuthHandler(i *do.Injector) (domain.AuthHandler, error)
- func NewHealthCheckHandler(i *do.Injector) (domain.HealthCheckHandler, error)
- type AuthHandlerImpl
- func (e AuthHandlerImpl) CreateAccount(c echo.Context) error
- func (e AuthHandlerImpl) DeleteUser(c echo.Context) error
- func (e AuthHandlerImpl) Login(c echo.Context) error
- func (e AuthHandlerImpl) Logout(c echo.Context) error
- func (e AuthHandlerImpl) Me(c echo.Context) error
- func (e AuthHandlerImpl) ReactivateAccount(c echo.Context) error
- func (e AuthHandlerImpl) UpdatePassword(c echo.Context) error
- func (e AuthHandlerImpl) UpdateUser(c echo.Context) error
- type HealthCheckHandlerImpl
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAuthHandler ¶
func NewAuthHandler(i *do.Injector) (domain.AuthHandler, error)
func NewHealthCheckHandler ¶
func NewHealthCheckHandler(i *do.Injector) (domain.HealthCheckHandler, error)
Types ¶
type AuthHandlerImpl ¶
type AuthHandlerImpl struct {
AuthService domain.AuthService
}
func (AuthHandlerImpl) CreateAccount ¶
func (e AuthHandlerImpl) CreateAccount(c echo.Context) error
func (AuthHandlerImpl) DeleteUser ¶
func (e AuthHandlerImpl) DeleteUser(c echo.Context) error
func (AuthHandlerImpl) ReactivateAccount ¶
func (e AuthHandlerImpl) ReactivateAccount(c echo.Context) error
func (AuthHandlerImpl) UpdatePassword ¶
func (e AuthHandlerImpl) UpdatePassword(c echo.Context) error
func (AuthHandlerImpl) UpdateUser ¶
func (e AuthHandlerImpl) UpdateUser(c echo.Context) error
type HealthCheckHandlerImpl ¶
type HealthCheckHandlerImpl struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.