(ctx context.Context, address ...string)
| 10 | |
| 11 | type IClusterModule interface { |
| 12 | CheckCluster(ctx context.Context, address ...string) ([]*cluster_dto.Node, error) |
| 13 | ResetCluster(ctx context.Context, clusterId string, address string) ([]*cluster_dto.Node, error) |
| 14 | ClusterNodes(ctx context.Context, clusterId string) ([]*cluster_dto.Node, error) |
| 15 | } |
no outgoing calls
no test coverage detected