(ctx context.Context, service string, application ...string)
| 16 | CountMapByService(ctx context.Context, status int, service ...string) (map[string]int64, error) |
| 17 | DeleteByApplication(ctx context.Context, service string, application string) error |
| 18 | ListByApplication(ctx context.Context, service string, application ...string) ([]*Subscribe, error) |
| 19 | ListByServices(ctx context.Context, serviceIds ...string) ([]*Subscribe, error) |
| 20 | GetByServiceAndApplication(ctx context.Context, serviceId string, applicationId string) (*Subscribe, error) |
| 21 |
no outgoing calls
no test coverage detected