(ctx context.Context, entity params.ForgeEntity, poolID string)
| 134 | type EntityPoolStore interface { |
| 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 |
no outgoing calls