(ctx context.Context, id string, address string)
| 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) |
no outgoing calls
no test coverage detected