//
pkg.gl
Category
github.com/Direnzo30/go_microservices_users_api
utils
decoder
package
0.0.0-20201208032335-437d8a9b99cd
Repository:
https://github.com/direnzo30/go_microservices_users_api.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
16 SLOC
#
Functions
DecodeBodyFromJSON
DecodeBodyFromJSON extracts json from request Body Note: with gin, c.ShouldBindJSON(&object) can be used to simulate this.