MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / Check

Method Check

controller/cluster/iml.go:31–33  ·  view source on GitHub ↗
(ctx *gin.Context, input *cluster_dto.CheckCluster)

Source from the content-addressed store, hash-verified

29}
30
31func (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) {

Callers

nothing calls this directly

Calls 1

CheckClusterMethod · 0.65

Tested by

no test coverage detected