(ctx context.Context, serviceId string, status int)
| 22 | MySubscribeServices(ctx context.Context, application string, serviceIDs []string) ([]*Subscribe, error) |
| 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) |
no outgoing calls
no test coverage detected