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

Struct imlRouterFilter

module/router/filter.go:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15var _ strategy_filter.IRemoteFilter = (*imlRouterFilter)(nil)
16
17type imlRouterFilter struct {
18 service api.IAPIService `autowired:""`
19}
20
21func (i *imlRouterFilter) Name() string {
22 return "api"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected