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

Struct imlAppFilter

module/service/filter.go:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18var _ strategy_filter.IRemoteFilter = (*imlAppFilter)(nil)
19
20type imlAppFilter struct {
21 service service.IServiceService `autowired:""`
22 subscriberService subscribe.ISubscribeService `autowired:""`
23}
24
25func (i *imlAppFilter) Name() string {
26 return "application"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected