package
0.17.0
Repository: https://github.com/dashotv/golem.git
Documentation: pkg.go.dev

# Functions

QueryBool retrieves a boolean param from the gin request querystring.
QueryDefaultInt retrieves an integer param from the gin request querystringdefaults to def argument if not found.
QueryInt retrieves an integer param from the gin request querystring.
QueryString retrieves a string param from the gin request querystring.