Categorygithub.com/gozix/echo/v2
modulepackage
2.2.0
Repository: https://github.com/gozix/echo.git
Documentation: pkg.go.dev

# README

GoZix Echo

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

# Packages

Package errors provides implementations of custom errors for the echo framework.
Package middleware provide implementations of custom middleware for the echo framework.
Package mock provide dependency injection definitions.

# Functions

ErrHandler option.
NewBundle create bundle instance.

# Constants

BundleName is default definition name.
TagConfigurator is alias of configurator.TagConfigurator.
TagController is alias of controller.Controller.
TagMiddleware is alias of configurator.TagMiddleware.

# Structs

No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

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