Versions in this module Expand all Collapse all v0 v0.0.2 Oct 2, 2020 Changes in this version + func ErrJson(c echo.Context, code int, err error) error v0.0.1 Sep 28, 2020 Changes in this version + func OkJson(c echo.Context, data interface{}) error + func OkJsonErr(c echo.Context, err error) error + type SimpleResponse struct + Error string