(ctx context.Context, entity params.ForgeEntity, poolID string)
| 135 | CreateEntityPool(ctx context.Context, entity params.ForgeEntity, param params.CreatePoolParams) (params.Pool, error) |
| 136 | GetEntityPool(ctx context.Context, entity params.ForgeEntity, poolID string) (params.Pool, error) |
| 137 | DeleteEntityPool(ctx context.Context, entity params.ForgeEntity, poolID string) error |
| 138 | UpdateEntityPool(ctx context.Context, entity params.ForgeEntity, poolID string, param params.UpdatePoolParams) (params.Pool, error) |
| 139 | |
| 140 | ListEntityPools(ctx context.Context, entity params.ForgeEntity) ([]params.Pool, error) |
no outgoing calls