package
0.0.0-20230630201924-bc6e940a4ace
Repository: https://github.com/raj63/golang-rest-api.git
Documentation: pkg.go.dev
# Functions
BindJSON is a function that binds the request body to the given struct and rewrite the request body on the context.
BindJSONMap is a function that binds the request body to the given map and rewrite the request body on the context.
# Structs
JSONSwagger is a struct that contains the swagger documentation.
MessageResponse is a struct that contains the response body for the message.