Categorygithub.com/gozix/echo/v3
modulepackage
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
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.

# Structs

No description provided by the author

# Type aliases

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