(ctx context.Context, poolID string)
| 78 | ListPoolInstances(ctx context.Context, poolID string, oudatedOnly bool) ([]params.Instance, error) |
| 79 | |
| 80 | PoolInstanceCount(ctx context.Context, poolID string) (int64, error) |
| 81 | FindPoolsMatchingAllTags(ctx context.Context, entityType params.ForgeEntityType, entityID string, tags []string) ([]params.Pool, error) |
| 82 | } |
| 83 |
no outgoing calls