Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Form = formBinding{} Query = queryBinding{} FormPost = formPostBinding{} )
These implement the Binding interface and can be used to bind the data present in the request to struct instances.
View Source
var ( // ErrConvertMapStringSlice can not convert to map[string][]string ErrConvertMapStringSlice = errors.New("can not convert to map slices of strings") // ErrConvertToMapString can not convert to map[string]string ErrConvertToMapString = errors.New("can not convert to map of strings") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.