MCPcopy
hub / github.com/fagongzi/manba / Name

Method Name

pkg/filter/filter.go:55–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53// Filter filter interface
54type Filter interface {
55 Name() string
56 Init(cfg string) error
57
58 Pre(c Context) (statusCode int, err error)

Callers 4

doPreFiltersMethod · 0.65
initFiltersMethod · 0.65
createClusterFunction · 0.65
updateClusterFunction · 0.65

Implementers 2

CircuitBreakeFilterpkg/proxy/filter_circuit_breaker.go
AnalysisFilterpkg/proxy/filter_analysis.go

Calls

no outgoing calls

Tested by

no test coverage detected