Versions in this module Expand all Collapse all v1 v1.0.1 Feb 3, 2023 Changes in this version + func Failure(c *gin.Context, errCode int, errMsg string) + func FailureWithHTTPStatus(c *gin.Context, httpStatus, errCode int, errMsg string) + func NewRouter(serviceRunMode string, profile bool) *gin.Engine + func Run(ctx context.Context, router http.Handler, servicePort string, ...) error + func Success(c *gin.Context, data interface{})