Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ItemHandler ¶
type ItemHandler struct {
// contains filtered or unexported fields
}
ItemHandler is http handler for item resources
func NewItemHandler ¶
func NewItemHandler(interactor *interactor.Item) *ItemHandler
func (*ItemHandler) Create ¶
func (h *ItemHandler) Create() echo.HandlerFunc
Create creates an item.
func (*ItemHandler) Get ¶
func (h *ItemHandler) Get() echo.HandlerFunc
Get gets an item by specific item_id of url param.
Click to show internal directories.
Click to hide internal directories.