MCPcopy
hub / github.com/SleepingBag945/dddd / Filter

Interface Filter

lib/httpx/common/httpx/filter.go:9–11  ·  view source on GitHub ↗

Filter defines a generic filter interface to apply to responses

Source from the content-addressed store, hash-verified

7
8// Filter defines a generic filter interface to apply to responses
9type Filter interface {
10 Filter(response *Response) (bool, error)
11}
12
13// FilterString defines a filter of type string
14type FilterString struct {

Callers 2

VerifyMethod · 0.65
CreateIssueMethod · 0.80

Implementers 3

FilterStringlib/httpx/common/httpx/filter.go
FilterRegexlib/httpx/common/httpx/filter.go
FilterCustomlib/httpx/common/httpx/filter.go

Calls

no outgoing calls

Tested by

no test coverage detected