Documentation
¶
Index ¶
- func FormField(r *http.Request, key string) (string, error)
- func NumberParam[T Number](r *http.Request, key string) (T, error)
- func Payload[T any](r *http.Request) (T, error)
- func PayloadMap(r *http.Request) (map[string]any, error)
- func PayloadWithValidate[T any](r *http.Request) (T, error)
- type Number
- type Pager
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NumberParam ¶
NumberParam from request query string
Types ¶
Click to show internal directories.
Click to hide internal directories.