Documentation
¶
Index ¶
- type BookCntrl
- func (c *BookCntrl) Create(ec echo.Context) (err error)
- func (c *BookCntrl) Delete(ec echo.Context) (err error)
- func (c *BookCntrl) HandleError(err error) *echo.HTTPError
- func (c *BookCntrl) Patch(ec echo.Context) (err error)
- func (c *BookCntrl) Retrieve(ec echo.Context) (err error)
- func (c *BookCntrl) RetrieveOne(ec echo.Context) error
- func (c *BookCntrl) Route(e echokit.Server) (err error)
- func (c *BookCntrl) Update(ec echo.Context) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BookCntrl ¶
BookCntrl is controller to book entity
func (*BookCntrl) HandleError ¶ added in v0.8.35
HandleError to handle error on this controller
func (*BookCntrl) RetrieveOne ¶ added in v0.8.32
RetrieveOne book
Click to show internal directories.
Click to hide internal directories.