package
0.1.15
Repository: https://github.com/baderkha/easy-gin.git
Documentation: pkg.go.dev

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

# Constants

BindJSON : if you want to specify specific json bind for your easy gin handler.
BindQuery : if you want to specify specific query bind for your easy gin handler.
BindURI : if you want to specify specific uri bind for your easy 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.