Versions in this module Expand all Collapse all v0 v0.0.1 May 3, 2023 Changes in this version + func SendRedirect(c *gin.Context, data string) + func SendRedirect302(c *gin.Context, data string) + func SendResponse(c *gin.Context, err error, data interface{}) + func SendResponseEx(c *gin.Context, err error, data interface{}) + func SendString(c *gin.Context, code int, data string) + type AmisOptions struct + Image string + Label string + Value string + type AmisOptionsList struct + Options []AmisOptions + type ListResponse struct + Items interface{} + Total int64 + type Response struct + Code int + Data interface{} + Message string + type ResponseEx struct + Data interface{} + Msg string + Status int + type UploadResponse struct + Filename string + Hash string + URL string + Value string