https://github.com/go-helium/echo
Echo module provides boilerplate that preconfigured echo.Engine for you with custom Binder / Logger / Validator / ErrorHandler
https://github.com/go-helium/echo
component echo-framework engine-module golang helium module
Last synced: 7 months ago
JSON representation
Echo module provides boilerplate that preconfigured echo.Engine for you with custom Binder / Logger / Validator / ErrorHandler
- Host: GitHub
- URL: https://github.com/go-helium/echo
- Owner: go-helium
- License: mit
- Created: 2019-02-24T21:23:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T18:29:11.000Z (over 6 years ago)
- Last Synced: 2024-10-15T09:15:52.319Z (12 months ago)
- Topics: component, echo-framework, engine-module, golang, helium, module
- Language: Go
- Homepage: https://github.com/im-kulikov/helium
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Echo module for Helium

[](https://travis-ci.com/go-helium/echo)
[](https://goreportcard.com/report/github.com/go-helium/echo)
[](https://github.com/go-helium/echo)
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**