handler

package
v0.0.0-...-0a20bf6 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CustomerHandler

type CustomerHandler interface {
	Add(c echo.Context) error
	GetAll(c echo.Context) error
	Get(c echo.Context) error
}

CustomerHandler : interface

func NewCustomerHandler

func NewCustomerHandler(useCase domain.CustomerUseCase) CustomerHandler

NewCustomerHandler : new customer handler

Jump to

Keyboard shortcuts

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