Probably a bad idea without some king of filter or at least pagination nolint:golangci-lint,godox TODO: add filter/pagination
(ctx context.Context)
| 72 | // nolint:golangci-lint,godox |
| 73 | // TODO: add filter/pagination |
| 74 | ListAllPools(ctx context.Context) ([]params.Pool, error) |
| 75 | GetPoolByID(ctx context.Context, poolID string) (params.Pool, error) |
| 76 | DeletePoolByID(ctx context.Context, poolID string) error |
| 77 |
no outgoing calls