MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / imlMcpModule

Struct imlMcpModule

module/mcp/iml.go:40–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38)
39
40type imlMcpModule struct {
41 serviceService service.IServiceService `autowired:""`
42 appService service.IServiceService `autowired:""`
43 appAuthorizationService application_authorization.IAuthorizationService `autowired:""`
44 apiDocService api_doc.IAPIDocService `autowired:""`
45 subscriberService subscribe.ISubscribeService `autowired:""`
46 releaseService release.IReleaseService `autowired:""`
47}
48
49func (i *imlMcpModule) subscribeServiceIds(ctx context.Context, appId string) ([]string, error) {
50 subscribes, err := i.subscriberService.SubscriptionsByApplication(ctx, appId)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected