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

Method CheckCluster

module/cluster/cluster.go:12–12  ·  view source on GitHub ↗
(ctx context.Context, address ...string)

Source from the content-addressed store, hash-verified

10
11type IClusterModule interface {
12 CheckCluster(ctx context.Context, address ...string) ([]*cluster_dto.Node, error)
13 ResetCluster(ctx context.Context, clusterId string, address string) ([]*cluster_dto.Node, error)
14 ClusterNodes(ctx context.Context, clusterId string) ([]*cluster_dto.Node, error)
15}

Callers 1

CheckMethod · 0.65

Implementers 1

imlClusterModulemodule/cluster/impl.go

Calls

no outgoing calls

Tested by

no test coverage detected