Versions in this module Expand all Collapse all v1 v1.0.1 May 23, 2020 v1.0.0 Apr 20, 2020 Changes in this version + func Data(c *gin.Context, data []byte, args ...interface{}) + func Error(c *gin.Context, msg string) + func File(c *gin.Context, filepath string) + func Html(c *gin.Context, template string, args ...interface{}) + func Json(c *gin.Context, args ...interface{}) + func Redirect(c *gin.Context, url string) + func Stream(c *gin.Context, step func(w io.Writer) bool) + func String(c *gin.Context, args ...interface{}) + func Xml(c *gin.Context, args ...interface{})