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

Method SubscribersByProject

service/subscribe/service.go:25–25  ·  view source on GitHub ↗
(ctx context.Context, serviceIds ...string)

Source from the content-addressed store, hash-verified

23 UpdateSubscribeStatus(ctx context.Context, application string, service string, status int) error
24 ListBySubscribeStatus(ctx context.Context, serviceId string, status int) ([]*Subscribe, error)
25 SubscribersByProject(ctx context.Context, serviceIds ...string) ([]*Subscribe, error)
26 Subscribers(ctx context.Context, project string, status int) ([]*Subscribe, error)
27 SubscriptionsByApplication(ctx context.Context, applicationIds ...string) ([]*Subscribe, error)
28}

Callers 1

getSubscribersMethod · 0.65

Implementers 1

imlSubscribeServiceservice/subscribe/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected