The bundle provide a Echo integration to GoZix application.
go get github.com/gozix/echo/v3
{
"echo": {
"debug": false,
"level": "debug",
"static": {
"prefix": "/",
"root": ""
},
"hide_banner": false,
"hide_port": false
}
}
Symbol | Value | Description |
---|---|---|
TagController | echo.controller | Add a controller |
TagConfigurator | echo.configurator | Add a configurator |
TagMiddleware | echo.middleware | Add a middleware |
You can find documentation on pkg.go.dev and read source code if needed.
If you have any questions, feel free to create an issue.