Versions in this module Expand all Collapse all v0 v0.1.1 Oct 16, 2020 v0.1.0 Aug 27, 2020 Changes in this version + func Error(c *gin.Context, err error) + func ErrorWithStatusCode(c *gin.Context, status int, err error) + func Success(c *gin.Context, data interface{}) + func SuccessWithCode(c *gin.Context, code string, data interface{})