module
Version:
v0.0.0-...-a907224
Opens a new window with list of versions in this module.
Published: May 27, 2021
License: MIT
Opens a new window with license information.
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
¶
Click to show internal directories.
Click to hide internal directories.