Categorygithub.com/go-helium/echo
modulepackage
0.4.1
Repository: https://github.com/go-helium/echo.git
Documentation: pkg.go.dev

# README

Echo module for Helium

Codecov Build Status Report GitHub release GitHub

Module provides boilerplate that preconfigured echo.Engine for you with custom Binder / Logger / Validator / ErrorHandler

  • bind - simple replacement for echo.Binder
  • validate - simple replacement for echo.Validate
  • logger - provides echo.Logger that pass calls to zap.Logger

# Functions

AddTagParsers used in fieldName.
CheckErrors of validator and return formatted errors:.
LoggerMiddleware returns a middleware that logs HTTP requests.
NewBinder returns custom echo.Binder.
NewEngine returns configured echo engine.
NewLogger converts zap.Logger to echo.Logger.
NewValidator returns custom echo.Validator.
WrapValidator wraps v9.validator.

# Variables

Module engine.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author