MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / RemoteFilter

Method RemoteFilter

strategy-filter/filter.go:95–95  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

93
94type IFilterHandler interface {
95 RemoteFilter(name string) (IRemoteFilter, bool)
96 Options(scope string) (map[string]*Option, bool)
97 FilterLabel(name string, values []string) (*Info, error)
98}

Callers 3

FilterGlobalRemoteMethod · 0.65
FilterServiceRemoteMethod · 0.65
RemoteFilterFunction · 0.65

Implementers 1

Handlerstrategy-filter/filter.go

Calls

no outgoing calls

Tested by

no test coverage detected