(ctx *gin.Context, input *cluster_dto.CheckCluster)
| 29 | } |
| 30 | |
| 31 | func (p *imlCluster) Check(ctx *gin.Context, input *cluster_dto.CheckCluster) ([]*cluster_dto.Node, error) { |
| 32 | return p.module.CheckCluster(ctx, input.Address) |
| 33 | } |
| 34 | |
| 35 | // |
| 36 | //func (p *imlCluster) SimpleWithCluster(ctx *gin.Context) ([]*parition_dto.SimpleWithCluster, error) { |
nothing calls this directly
no test coverage detected