Categorygithub.com/redmapletech/ginx
modulepackage
0.1.6
Repository: https://github.com/redmapletech/ginx.git
Documentation: pkg.go.dev

# README

Gin Extensions

Go Reference GitHub go.mod Go version Go Report Card

This repository contains a number of extensions for the Gin framework for common operations.

See the individual packages for details.

Prerequisites

go get github.com/redmapletech/ginx

# Packages

Bind middleware Configurable middleware wrapper around ctx.Bind.
Error wrapper Shorthand for checking error states, and conditionally aborting with specified status and JSON body.
No description provided by the author
Zerolog middleware Adds request/response logging middleware, and adds the logger to the underlying context.