Documentation ¶ Index ¶ func DereferenceType(t reflect.Type) reflect.Type func DereferenceValue(v reflect.Value) reflect.Value type Error func (err Error) Error() string type Plan func Compile(t reflect.Type) Plan func (plan Plan) Bind(r *http.Request, target reflect.Value) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DereferenceType ¶ func DereferenceType(t reflect.Type) reflect.Type func DereferenceValue ¶ func DereferenceValue(v reflect.Value) reflect.Value Types ¶ type Error ¶ type Error struct { Field string Message string Code string } func (Error) Error ¶ func (err Error) Error() string type Plan ¶ type Plan struct { // contains filtered or unexported fields } func Compile ¶ func Compile(t reflect.Type) Plan func (Plan) Bind ¶ func (plan Plan) Bind(r *http.Request, target reflect.Value) error Source Files ¶ View all Source files binding.go Click to show internal directories. Click to hide internal directories.