Versions in this module Expand all Collapse all v1 v1.1.0 Apr 30, 2026 Changes in this version + type Binder struct + func New() *Binder + func (b *Binder) Bind(target any) error + func (b *Binder) BindJSON(target any, data []byte) error + func (b *Binder) FromFunc(tag string, fn SourceFunc) *Binder + func (b *Binder) FromHeader(r *http.Request) *Binder + func (b *Binder) FromPath(fn SourceFunc) *Binder + func (b *Binder) FromQuery(r *http.Request) *Binder + type SourceFunc func(key string) string