controller

package
v0.0.0-...-477ec14 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2024 License: GPL-3.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddAuthServiceRoutes

func AddAuthServiceRoutes(e *echo.Echo)

Types

type AuthenticationHandler

type AuthenticationHandler struct {
	// contains filtered or unexported fields
}

func NewAuthenticationHandler

func NewAuthenticationHandler() *AuthenticationHandler

func (*AuthenticationHandler) ActivateUserHandler

func (h *AuthenticationHandler) ActivateUserHandler(c echo.Context) error

func (*AuthenticationHandler) ChangePasswordHandler

func (h *AuthenticationHandler) ChangePasswordHandler(c echo.Context) error

func (*AuthenticationHandler) DeactivateUserHandler

func (h *AuthenticationHandler) DeactivateUserHandler(c echo.Context) error

func (*AuthenticationHandler) DeleteUserHandler

func (h *AuthenticationHandler) DeleteUserHandler(c echo.Context) error

func (*AuthenticationHandler) GetUserByIdHandler

func (h *AuthenticationHandler) GetUserByIdHandler(c echo.Context) error

func (*AuthenticationHandler) GetUserProfileHandler

func (h *AuthenticationHandler) GetUserProfileHandler(c echo.Context) error

func (*AuthenticationHandler) GetUsersHandler

func (h *AuthenticationHandler) GetUsersHandler(c echo.Context) error

func (*AuthenticationHandler) LoginHandler

func (h *AuthenticationHandler) LoginHandler(c echo.Context) error

func (*AuthenticationHandler) LogoutHandler

func (h *AuthenticationHandler) LogoutHandler(c echo.Context) error

func (*AuthenticationHandler) PromoteUserToAdminHandler

func (h *AuthenticationHandler) PromoteUserToAdminHandler(c echo.Context) error

func (*AuthenticationHandler) RefreshTokenHandler

func (h *AuthenticationHandler) RefreshTokenHandler(c echo.Context) error

func (*AuthenticationHandler) RegisterHandler

func (h *AuthenticationHandler) RegisterHandler(c echo.Context) error

func (*AuthenticationHandler) UpdateUserByIdHandler

func (h *AuthenticationHandler) UpdateUserByIdHandler(c echo.Context) error

func (*AuthenticationHandler) UpdateUserProfileHandler

func (h *AuthenticationHandler) UpdateUserProfileHandler(c echo.Context) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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