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

Struct FilterString

lib/httpx/common/httpx/filter.go:14–16  ·  view source on GitHub ↗

FilterString defines a filter of type string

Source from the content-addressed store, hash-verified

12
13// FilterString defines a filter of type string
14type FilterString struct {
15 Keywords []string
16}
17
18// Filter a response with strings filtering
19func (f FilterString) Filter(response *Response) (bool, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected