Skip to content

gozix/echo

Repository files navigation

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/v4

Dependencies

Configuration 3 or more servers

{
  "echo": {
    "admin": {
      "host": "0.0.0.0",
      "port": 8080,
      "level": "debug",
      "debug": false,
      "hide_banner": true,
      "hide_port": false 
    }, 
    "public": {
      "host": "0.0.0.0",
      "port": 8081,
      "static": {
        "prefix": "/",
        "root": ""
      },
      "level": "info",
      "debug": false,
      "hide_banner": true,
      "hide_port": false 
    },
    "private": {
      "port": 8082,
      "...": "..."
    },
    "...": {}
  }
}
gzEcho.NewBundle("admin", "public", "private")

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •