handler

package
v0.0.0-...-0588a84 Latest Latest
Warning

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

Go to latest
Published: May 3, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LiquorHandler

type LiquorHandler interface {
	GetLiquorList(c echo.Context) error
	RegistLiquor(c echo.Context) error
}

LiquorHandler is request handler for liquor.

func NewLiquorHandler

func NewLiquorHandler(u usecase.LiquorUseCase) LiquorHandler

NewLiquorHandler return LiquorHandler。

type UserHandler

type UserHandler interface {
	GetUsers(c echo.Context) error
}

UserHandler is request handler for user.

func NewUserHandler

func NewUserHandler() UserHandler

NewUserHandler return UserHandler.

Jump to

Keyboard shortcuts

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