(ctx *gin.Context, service string, serviceId string, applicationId string)
| 38 | } |
| 39 | |
| 40 | func (i *imlSubscribeController) DeleteSubscriber(ctx *gin.Context, service string, serviceId string, applicationId string) error { |
| 41 | return i.module.DeleteSubscriber(ctx, service, serviceId, applicationId) |
| 42 | } |
| 43 | |
| 44 | func (i *imlSubscribeController) RevokeApply(ctx *gin.Context, service string, uuid string) error { |
| 45 | return i.module.RevokeApply(ctx, service, uuid) |
nothing calls this directly
no test coverage detected