| 14 | ) |
| 15 | |
| 16 | type imlSubscribeController struct { |
| 17 | module subscribe.ISubscribeModule `autowired:""` |
| 18 | } |
| 19 | |
| 20 | //func (i *imlSubscribeController) PartitionServices(ctx *gin.Context, app string) ([]*subscribe_dto.PartitionServiceItem, error) { |
| 21 | // return i.module.PartitionServices(ctx, app) |
nothing calls this directly
no outgoing calls
no test coverage detected