Versions in this module Expand all Collapse all v1 v1.0.0 May 9, 2024 Changes in this version + func SendBadRequestBody(ctx *gin.Context, err error) + func SendBadRequestParam(ctx *gin.Context, err error) + func SendFailedResp(ctx *gin.Context, code string, err error) + func SendRespOfCreate(ctx *gin.Context) + func SendRespOfGet(ctx *gin.Context, data interface{}) + func SendRespOfPost(ctx *gin.Context, data interface{}) + func SendRespOfPut(ctx *gin.Context) + type ResponseData struct + Code string + Data interface{} + Msg string