person

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

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

func NewController

func NewController(service domain.Services) *Controller

func (*Controller) CreatePerson

func (ctrl *Controller) CreatePerson(c echo.Context) error

func (*Controller) GetAllPerson

func (ctrl *Controller) GetAllPerson(c echo.Context) error

func (*Controller) GetPersonByEmail

func (ctrl *Controller) GetPersonByEmail(c echo.Context) error

func (*Controller) GetPersonByID

func (ctrl *Controller) GetPersonByID(c echo.Context) error

func (*Controller) GetPersonByOrder

func (ctrl *Controller) GetPersonByOrder(c echo.Context) error

func (*Controller) GetPersonLimitOffset

func (ctrl *Controller) GetPersonLimitOffset(c echo.Context) error

func (*Controller) RemovePersonByID

func (ctrl *Controller) RemovePersonByID(c echo.Context) error

func (*Controller) UpdatePersonByID

func (ctrl *Controller) UpdatePersonByID(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