AddSubscriber 添加订阅者
(ctx *gin.Context, project string, input *subscribe_dto.AddSubscriber)
| 13 | type ISubscribeController interface { |
| 14 | // AddSubscriber 添加订阅者 |
| 15 | AddSubscriber(ctx *gin.Context, project string, input *subscribe_dto.AddSubscriber) error |
| 16 | // DeleteSubscriber 删除订阅者 |
| 17 | DeleteSubscriber(ctx *gin.Context, project string, serviceId string, applicationId string) error |
| 18 | // Search 关键字获取订阅者列表 |
no outgoing calls
no test coverage detected