| 18 | var _ strategy_filter.IRemoteFilter = (*imlAppFilter)(nil) |
| 19 | |
| 20 | type imlAppFilter struct { |
| 21 | service service.IServiceService `autowired:""` |
| 22 | subscriberService subscribe.ISubscribeService `autowired:""` |
| 23 | } |
| 24 | |
| 25 | func (i *imlAppFilter) Name() string { |
| 26 | return "application" |
nothing calls this directly
no outgoing calls
no test coverage detected