(ctx context.Context, clusterIds ...string)
| 25 | type IClusterService interface { |
| 26 | CountByPartition(ctx context.Context) (map[string]int, error) |
| 27 | List(ctx context.Context, clusterIds ...string) ([]*Cluster, error) |
| 28 | ListByClusters(ctx context.Context, ids ...string) ([]*Cluster, error) |
| 29 | Search(ctx context.Context, keyword string, clusterId ...string) ([]*Cluster, error) |
| 30 | Create(ctx context.Context, name string, resume string, address string) (*Cluster, error) |
no outgoing calls
no test coverage detected