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

Method Nodes

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

Source from the content-addressed store, hash-verified

31 UpdateInfo(ctx context.Context, id string, name *string, resume *string) (*Cluster, error)
32 UpdateAddress(ctx context.Context, id string, address string) ([]*Node, error)
33 Nodes(ctx context.Context, clusterIds ...string) ([]*Node, error)
34 GatewayClient(ctx context.Context, id string) (gateway.IClientDriver, error)
35 Get(ctx context.Context, id string) (*Cluster, error)
36 Delete(ctx context.Context, id string) error

Callers 3

genCommonWheresMethod · 0.65
genCommonWheresMethod · 0.65
ClusterNodesMethod · 0.65

Implementers 1

imlClusterServiceservice/cluster/cluster.go

Calls

no outgoing calls

Tested by

no test coverage detected