Documentation ¶
Overview ¶
Code generated by github.com/snasphysicist/redeco; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PostParameters ¶
type PostParameters struct { A string `json:"a"` B int64 `path:"b"` C uint16 `query:"c"` D bool `query:"d,optional"` }
PostParameters is the target struct for generating a decoder
func PostDecoder ¶
func PostDecoder(r *http.Request) (PostParameters, error)
Click to show internal directories.
Click to hide internal directories.