Versions in this module Expand all Collapse all v0 v0.1.0 Mar 2, 2020 Changes in this version + func ErrorResp(ctx echo.Context, err error) error + func Response(ctx echo.Context, responseStruct ResponseStruct) error + type ResponseStruct struct + Code int + Data interface{} + Message string