handler

package
v0.0.0-...-e639f2f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Index

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) Login

func (e AuthHandlerImpl) Login(c echo.Context) error

func (AuthHandlerImpl) Logout

func (e AuthHandlerImpl) Logout(c echo.Context) error

func (AuthHandlerImpl) Me

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
}

func (HealthCheckHandlerImpl) Check

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL