echo-routing

module
v0.0.0-...-a907224 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2021 License: MIT

README

echo-routing / output

How to use

code

e := echo.New()

...

output.Do(e.Routes())

output

+--------+-------------+--------------+
| Method | Path        | FunctionName |
+--------+-------------+--------------+
| GET    | /xxx        | router.XXX   |
+        +-------------+--------------+
|        | /yyy        | router.YYY   |
+--------+-------------+--------------+
| POST   | /zzz        | router.ZZZ   |
+--------+-------------+--------------+
| TOTAL  | 3 Endpoints |              |
+--------+-------------+--------------+

example code

LICENSE

MIT

Directories

Path Synopsis
example module

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL