Group adds a new inline-Router along the current routing path, with a fresh middleware stack for the inline-Router.
(fn func(r Router))
| 76 | // Group adds a new inline-Router along the current routing |
| 77 | // path, with a fresh middleware stack for the inline-Router. |
| 78 | Group(fn func(r Router)) Router |
| 79 | |
| 80 | // Route mounts a sub-Router along a `pattern` string. |
| 81 | Route(pattern string, fn func(r Router)) Router |
no outgoing calls