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

Method List

service/cluster/cluster.go:27–27  ·  view source on GitHub ↗
(ctx context.Context, clusterIds ...string)

Source from the content-addressed store, hash-verified

25type IClusterService interface {
26 CountByPartition(ctx context.Context) (map[string]int, error)
27 List(ctx context.Context, clusterIds ...string) ([]*Cluster, error)
28 ListByClusters(ctx context.Context, ids ...string) ([]*Cluster, error)
29 Search(ctx context.Context, keyword string, clusterId ...string) ([]*Cluster, error)
30 Create(ctx context.Context, name string, resume string, address string) (*Cluster, error)

Callers 3

ListByClustersMethod · 0.65
NodesMethod · 0.65
ListMethod · 0.65

Implementers 1

imlClusterServiceservice/cluster/cluster.go

Calls

no outgoing calls

Tested by

no test coverage detected