# Functions
BindContext : if you want to bind from context , make sure it's a struct that has the same fields in the one you're copying from.
Err : error Handler.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Res : response.
No description provided by the author
No description provided by the author
SliceContains : iterates over a slice of something compareable and checks if the needle exists in the haystack.
To : Converts an easygin handler to a gin handler.
# Variables
MethodToStatusCode : default status codes returned for each HTTP method.
# Structs
No description provided by the author
Response : response type for easy gin , it's a wrapper around the data with status code override.
No description provided by the author
# Interfaces
IRequest : request interface that is expected by the easy gin handler.