Versions in this module Expand all Collapse all v0 v0.0.1 Jun 4, 2020 Changes in this version + func JSON(c echo.Context, Code int, message string, data ...interface{}) error + type JSONResult struct + Code int + Data interface{} + Message string + type Pagination struct + CurrentPage int + PageSize int + Total int