(ctx context.Context)
| 234 | } |
| 235 | |
| 236 | func (r *Root) ListPools(ctx context.Context) ([]pools.Config, error) { |
| 237 | return r.pools.All(ctx) |
| 238 | } |
| 239 | |
| 240 | func (r *Root) PoolID(ctx context.Context, poolName string) (ksuid.KSUID, error) { |
| 241 | if poolName == "" { |
no test coverage detected