Documentation
¶
Index ¶
- type Controller
- func (ctrl *Controller) CreatePerson(c echo.Context) error
- func (ctrl *Controller) GetAllPerson(c echo.Context) error
- func (ctrl *Controller) GetPersonByEmail(c echo.Context) error
- func (ctrl *Controller) GetPersonByID(c echo.Context) error
- func (ctrl *Controller) GetPersonByOrder(c echo.Context) error
- func (ctrl *Controller) GetPersonLimitOffset(c echo.Context) error
- func (ctrl *Controller) RemovePersonByID(c echo.Context) error
- func (ctrl *Controller) UpdatePersonByID(c echo.Context) error
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
Click to show internal directories.
Click to hide internal directories.