Documentation
¶
Index ¶
- Variables
- func GetInt(r *http.Request, name string, required bool) (int, bool, error)
- func GetInt32(r *http.Request, name string, required bool) (int32, bool, error)
- func GetInt32Array(r *http.Request, name string, required bool) ([]int32, bool, error)
- func GetString(r *http.Request, name string, required bool) (string, bool, error)
- func GetStringArray(r *http.Request, name string, required bool) ([]string, bool, error)
- func GetTime(r *http.Request, name string, required bool) (time.Time, bool, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("not found")
Functions ¶
func GetInt32Array ¶
func GetStringArray ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.