GetName returns the name for the route, if any.
()
| 160 | |
| 161 | // GetName returns the name for the route, if any. |
| 162 | func (r *Route) GetName() string { |
| 163 | return r.name |
| 164 | } |
| 165 | |
| 166 | // ---------------------------------------------------------------------------- |
| 167 | // Matchers |
no outgoing calls