package
2.0.0+incompatible
Repository: https://github.com/gbrayhan/microservices-go.git
Documentation: pkg.go.dev

# Packages

Package auth contains the auth controller.
Package errors contains the error handler controller.
Package medicine contains the medicine controller.
Package user contains the user controller.

# 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.