package
0.0.0-20230630201924-bc6e940a4ace
Repository: https://github.com/raj63/golang-rest-api.git
Documentation: pkg.go.dev

# Packages

Package diner contains the diner controller.
Package errors contains the error handler controller.
Package menu contains the menu controller.
Package order contains the order 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.