Versions in this module Expand all Collapse all v1 v1.0.2 Feb 7, 2024 Changes in this version + type Codec interface + Bind func(*gin.Context, any) error + BindForm func(*gin.Context, any) error + BindQuery func(*gin.Context, any) error + BindVars func(*gin.Context, any) error + Result func(*gin.Context, any) error + var DefaultCodec Codec = &codec{}