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

Struct imlSubscribeModule

module/subscribe/iml.go:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31)
32
33type imlSubscribeModule struct {
34 serviceService service.IServiceService `autowired:""`
35 subscribeService subscribe.ISubscribeService `autowired:""`
36 subscribeApplyService subscribe.ISubscribeApplyService `autowired:""`
37 clusterService cluster.IClusterService `autowired:""`
38 transaction store.ITransaction `autowired:""`
39}
40
41func (i *imlSubscribeModule) ExistSubscriber(ctx context.Context, serviceId string, app string) error {
42 _, err := i.subscribeService.GetByServiceAndApplication(ctx, serviceId, app)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected