Skip to content

54m/echo-routing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages