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

Method ClusterNodes

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

Source from the content-addressed store, hash-verified

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}
16
17func init() {

Callers 1

NodesMethod · 0.65

Implementers 1

imlClusterModulemodule/cluster/impl.go

Calls

no outgoing calls

Tested by

no test coverage detected