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

Struct ipFilter

strategy-filter/ip.go:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15type ipFilter struct {
16 name string
17 title string
18 typ string
19 pattern *regexp.Regexp
20}
21
22func newIpFilter() *ipFilter {
23 return &ipFilter{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected