Categorygithub.com/gozix/echo
3.0.1
Repository: https://github.com/gozix/echo.git
Documentation: pkg.go.dev

# README

GoZix Echo

License Documentation

Release Build Status Go Report Card Code Coverage

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

SymbolValueDescription
TagControllerecho.controllerAdd a controller
TagConfiguratorecho.configuratorAdd a configurator
TagMiddlewareecho.middlewareAdd 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