Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Validate = func(obj interface{}) error { return nil } JsonEnableDecoderUseNumber = false JsonEnableDecoderDisallowUnknownFields = false )
Functions ¶
func StringToBytes ¶
StringToBytes converts string to byte slice without a memory allocation.
Types ¶
type FormMultipartBind ¶
type FormMultipartBind struct{}
func (FormMultipartBind) Bind ¶
func (FormMultipartBind) Bind(req *http.Request, obj interface{}) error
func (FormMultipartBind) Name ¶
func (FormMultipartBind) Name() string
type HeaderBind ¶
type HeaderBind struct{}
type SliceUnmarshaler ¶ added in v0.2.7
type Unmarshaler ¶
Click to show internal directories.
Click to hide internal directories.