//
pkg.gl
Category
github.com/dmitrymomot/oauth2-server
internal
binder
package
0.1.9
Repository:
https://github.com/dmitrymomot/oauth2-server.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
47 SLOC
#
Functions
Bind
Bind binds the request body to the given interface.
BindForm
BindForm binds the form request body to the given interface.
BindJSON
BindJSON binds the json request body to the given interface.
BindQuery
BindQuery binds the query string to the given interface.