Skip to content

Router tree Walker, an analogy to filepath.Walk

Compare
Choose a tag to compare
@VojtechVitek VojtechVitek released this 25 Jul 18:00
· 317 commits to master since this release
func Walk(r Routes, walkFn WalkFunc) error

type WalkFunc func(method string, route string, handler http.Handler, middlewares ...func(http.Handler) http.Handler) error