(ctx context.Context, poolID string, oudatedOnly bool)
| 76 | DeletePoolByID(ctx context.Context, poolID string) error |
| 77 | |
| 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) |
no outgoing calls