Versions in this module Expand all Collapse all v0 v0.8.22 Mar 11, 2020 v0.8.21 Feb 28, 2020 Changes in this version type BookCntrl + func (c *BookCntrl) SetRoute(e *echo.Echo) v0.8.20 Feb 27, 2020 Changes in this version + type AppCntrl struct + Postgres *typpostgres.DB + func (c *AppCntrl) Health(ctx echo.Context) error + func (c *AppCntrl) Route(e *echo.Echo) + type BookCntrl struct + func (c *BookCntrl) Create(ec echo.Context) (err error) + func (c *BookCntrl) Delete(ec echo.Context) (err error) + func (c *BookCntrl) Find(ec echo.Context) (err error) + func (c *BookCntrl) FindOne(ec echo.Context) (err error) + func (c *BookCntrl) Route(e *echo.Echo) + func (c *BookCntrl) Update(ec echo.Context) (err error) + type GeneralResponse struct + Message string