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

Method UpdateAddress

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

Source from the content-addressed store, hash-verified

30 Create(ctx context.Context, name string, resume string, address string) (*Cluster, error)
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)

Callers 1

ResetClusterMethod · 0.65

Implementers 1

imlClusterServiceservice/cluster/cluster.go

Calls

no outgoing calls

Tested by

no test coverage detected