BuildVarsFunc -------------------------------------------------------------- BuildVarsFunc is the function signature used by custom build variable functions (which can modify route variables before a route's URL is built).
func(map[string]string) map[string]string
| 461 | // BuildVarsFunc is the function signature used by custom build variable |
| 462 | // functions (which can modify route variables before a route's URL is built). |
| 463 | type BuildVarsFunc func(map[string]string) map[string]string |
| 464 | |
| 465 | // BuildVarsFunc adds a custom function to be used to modify build variables |
| 466 | // before a route's URL is built. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…