Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BindUnmarshaler ¶
type BindUnmarshaler interface {
// UnmarshalParam decodes and assigns a value from an form or query param.
UnmarshalParam(param string) error
}
BindUnmarshaler -- unmarshaller
type CustomBinder ¶
type CustomBinder struct{}
CustomBinder -- custom binder that works on requests other than form-encoded and application/json
Click to show internal directories.
Click to hide internal directories.