Versions in this module Expand all Collapse all v0 v0.9.1 Jul 10, 2017 v0.9.0 Jun 19, 2017 Changes in this version + func Exec(req *http.Request, value interface{}) error + func Register(contentType string, fn Binder) + func RegisterCustomDecorder(fn CustomTypeDecoder, types []interface{}, fields []interface{}) + func RegisterTimeFormats(layouts ...string) + type Binder func(*http.Request, interface{}) error + type CustomTypeDecoder func([]string) (interface{}, error)