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
func (*CustomBinder) Bind ¶
func (b *CustomBinder) Bind(i interface{}, c echo.Context) error
Bind -- bind the parameters using the custom binder
Click to show internal directories.
Click to hide internal directories.