MCPcopy
hub / github.com/TecharoHQ/anubis / Impl

Interface Impl

lib/policy/checker/checker.go:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type Impl interface {
13 Check(*http.Request) (bool, error)
14 Hash() string
15}
16
17type Func func(*http.Request) (bool, error)
18

Callers 33

checkMethod · 0.65
CheckMethod · 0.65
CompileFunction · 0.65
TestASNCheckerFunction · 0.65
TestGeoIPCheckerFunction · 0.65
GetHealthFunction · 0.65
issueChallengeMethod · 0.65
maybeReverseProxyMethod · 0.65
checkRulesMethod · 0.65
PassChallengeMethod · 0.65
HashMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected