Versions in this module Expand all Collapse all v1 v1.0.1 Sep 25, 2025 v1.0.0 Sep 25, 2025 Changes in this version + var MarshalOptions = protojson.MarshalOptions + func HandlerFunc(fn func(ctx *Context) error) gin.HandlerFunc + func Translate(err error) string + type Context struct + Context *gin.Context + func NewContext(ctx *gin.Context) *Context + func (c *Context) Ctx() context.Context + func (c *Context) Error(message any) error + func (c *Context) InvalidParams(message any) error + func (c *Context) Success(data any, message ...string) error + type Response struct + Code int + Data any + Message string