Versions in this module Expand all Collapse all v0 v0.3.0 May 13, 2024 v0.2.3 Nov 1, 2023 Changes in this version + const TagName_Json + const TagName_Key + const TagName_Multipart + const TagName_Query + const True + func BuildJsonContentBinder(rv reflect.Value) structproto.ValueBinder + func Indirect(v interface{}) (reflect.Value, error) + type JsonContentBinder reflect.Value + func (binder JsonContentBinder) Bind(content interface{}) error + type UrlQueryContentBinder struct + func NewUrlQueryContentBinder(values url.Values) *UrlQueryContentBinder + func (binder *UrlQueryContentBinder) Bind(field structproto.FieldInfo, rv reflect.Value) error + func (binder *UrlQueryContentBinder) Deinit(context *structproto.StructProtoContext) error + func (binder *UrlQueryContentBinder) Init(context *structproto.StructProtoContext) error