MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / GatewayClient

Method GatewayClient

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

Source from the content-addressed store, hash-verified

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
37}

Callers 15

doOfflineMethod · 0.65
doOnlineMethod · 0.65
PublishMethod · 0.65
dynamicClientMethod · 0.65
syncGatewayMethod · 0.65
syncGatewayMethod · 0.65
CreateMethod · 0.65
EditMethod · 0.65
DeleteMethod · 0.65
SaveMethod · 0.65
CreateMethod · 0.65
UpdateMethod · 0.65

Implementers 1

imlClusterServiceservice/cluster/cluster.go

Calls

no outgoing calls

Tested by

no test coverage detected