MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / pathFilter

Struct pathFilter

strategy-filter/path.go:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type pathFilter struct {
12 name string
13 title string
14 typ string
15 pattern *regexp.Regexp
16}
17
18func init() {
19 filterHandler.RegisterFilter(newPathFilter())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected