Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
54
type
Filter
interface
{
55
Name() string
56
Init(cfg string) error
57
58
Pre(c Context) (statusCode int, err error)
Callers
4
doPreFilters
Method · 0.65
initFilters
Method · 0.65
createCluster
Function · 0.65
updateCluster
Function · 0.65
Implementers
2
CircuitBreakeFilter
pkg/proxy/filter_circuit_breaker.go
AnalysisFilter
pkg/proxy/filter_analysis.go
Calls
no outgoing calls
Tested by
no test coverage detected