Documentation ¶
Index ¶
- func GetQueryParam(r *http.Request, key string) string
- func GetQueryParamBoolean(r *http.Request, key string, fallback bool) bool
- func GetQueryParamFloat64(r *http.Request, key string) (*float64, error)
- func GetQueryParamFloat64Fallback(r *http.Request, key string, fallback *float64) (*float64, error)
- func GetQueryParamInt(r *http.Request, key string) (*int, error)
- func GetQueryParamInt64(r *http.Request, key string) (*int64, error)
- func GetQueryParamInt64Slice(r *http.Request, key string) ([]int64, error)
- func GetQueryParamNullBoolean(r *http.Request, key string) *bool
- func GetTimestampFromQueryParam(r *http.Request, key string, fallback *time.Time) (*time.Time, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetQueryParamBoolean ¶
func GetQueryParamFloat64 ¶
func GetQueryParamInt64Slice ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.