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