v1

package
v0.0.0-...-543a005 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2023 License: MIT, MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BooleanTextTrue  = "true"
	BooleanTextFalse = "false"
)

Variables

This section is empty.

Functions

func UserPrivateRoute

func UserPrivateRoute(version *echo.Group, h Handlers, cfg config.Config)

Types

type Handlers

type Handlers interface {
	Login(c echo.Context) error
	CreateUser(c echo.Context) error
	UserDetail(c echo.Context) error
	UpdateUser(c echo.Context) error
	UpdateUserStatus(c echo.Context) error
}

func NewHandlers

func NewHandlers(uc usecases.Usecase, log *zerolog.Logger) Handlers

Jump to

Keyboard shortcuts

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