registerGroup returns the group to associate with routes, if any.
()
| 334 | |
| 335 | // registerGroup returns the group to associate with routes, if any. |
| 336 | func (d *domainRouter) registerGroup() *Group { |
| 337 | return d.group |
| 338 | } |
| 339 | |
| 340 | // Use registers a middleware route that will match requests |
| 341 | // with the provided prefix (which is optional and defaults to "/"). |