| 15 | var _ strategy_filter.IRemoteFilter = (*imlRouterFilter)(nil) |
| 16 | |
| 17 | type imlRouterFilter struct { |
| 18 | service api.IAPIService `autowired:""` |
| 19 | } |
| 20 | |
| 21 | func (i *imlRouterFilter) Name() string { |
| 22 | return "api" |
nothing calls this directly
no outgoing calls
no test coverage detected