Documentation ¶ Index ¶ type Params func New(req *http.Request) Params func (p Params) GetBool(name string) bool func (p Params) GetFloat(name string) float64 func (p Params) GetInt(name string) int64 func (p Params) GetString(name string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Params ¶ type Params map[string][]string func New ¶ func New(req *http.Request) Params func (Params) GetBool ¶ func (p Params) GetBool(name string) bool func (Params) GetFloat ¶ func (p Params) GetFloat(name string) float64 func (Params) GetInt ¶ func (p Params) GetInt(name string) int64 func (Params) GetString ¶ func (p Params) GetString(name string) string Source Files ¶ View all Source files params.go Click to show internal directories. Click to hide internal directories.