handlers

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler struct {
	User *UserHandler
}

func New

type UserHandler

type UserHandler struct {
	Config      *configs.Config
	Application *applications.Application
}

func NewUserHandler

func NewUserHandler(cfg *configs.Config, app *applications.Application) *UserHandler

func (*UserHandler) Create

func (uh *UserHandler) Create(c echo.Context) error

func (*UserHandler) Delete

func (uh *UserHandler) Delete(c echo.Context) error

func (*UserHandler) Edit

func (uh *UserHandler) Edit(c echo.Context) error

func (*UserHandler) Index

func (uh *UserHandler) Index(c echo.Context) error

Jump to

Keyboard shortcuts

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