# README
GoZix Echo
The bundle provide a Echo integration to GoZix application.
Installation
go get github.com/gozix/echo/v3
Dependencies
Configuration
{
"echo": {
"debug": false,
"level": "debug",
"static": {
"prefix": "/",
"root": ""
},
"hide_banner": false,
"hide_port": false
}
}
Built-in Tags
Symbol | Value | Description |
---|---|---|
TagController | echo.controller | Add a controller |
TagConfigurator | echo.configurator | Add a configurator |
TagMiddleware | echo.middleware | Add a middleware |
Documentation
You can find documentation on pkg.go.dev and read source code if needed.
Questions
If you have any questions, feel free to create an issue.
# Packages
No description provided by the author
No description provided by the author
Package mock provide dependency injection definitions.
# Functions
AsConfigurator is syntax sugar for the di container.
AsController is syntax sugar for the di container.
AsMiddleware is syntax sugar for the di container.
NewBundle create bundle instance.
# Constants
BundleName is default definition name.