(ctx context.Context, serviceId string, app string)
| 15 | // AddSubscriber 新增订阅方 |
| 16 | AddSubscriber(ctx context.Context, pid string, input *subscribe_dto.AddSubscriber) error |
| 17 | ExistSubscriber(ctx context.Context, serviceId string, app string) error |
| 18 | // DeleteSubscriber 删除订阅方 |
| 19 | DeleteSubscriber(ctx context.Context, project string, serviceId string, applicationId string) error |
| 20 | // SearchSubscribers 关键字获取订阅方列表 |
no outgoing calls
no test coverage detected