GetRelPath returns the current party's relative path. i.e: if r := app.Party("/users"), then the `r.GetRelPath()` is the "/users". if r := app.Party("www.") or app.Subdomain("www") then the `r.GetRelPath()` is the "www.".
()
| 116 | // if r := app.Party("/users"), then the `r.GetRelPath()` is the "/users". |
| 117 | // if r := app.Party("www.") or app.Subdomain("www") then the `r.GetRelPath()` is the "www.". |
| 118 | GetRelPath() string |
| 119 | // Macros returns the macro collection that is responsible |
| 120 | // to register custom macros with their own parameter types and their macro functions for all routes. |
| 121 | // |
no outgoing calls
no test coverage detected