MCPcopy
hub / github.com/gorilla/mux / BuildVarsFunc

FuncType BuildVarsFunc

route.go:463–463  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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).
463type 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…