frostfs-node/pkg/morph/client/container
Ekaterina Lebedeva 242f0095d0 [#1577] container: Reduce iterations through container list
* Separated iteration through container ids from `ContainersOf()`
  so that it could be reused.
* When listing containers we used to iterate through the
  the whole list of containers twice: first when reading from
  a contract, then when sending them. Now we can send batches
  of containers when reading from the contract.

Signed-off-by: Ekaterina Lebedeva <ekaterina.lebedeva@yadro.com>
2024-12-27 15:30:26 +03:00
..
client.go [#1538] morph/container: Make opts struct similar to that of other contracts 2024-12-04 15:30:58 +03:00
containers_of.go [#1577] container: Reduce iterations through container list 2024-12-27 15:30:26 +03:00
delete.go [#1558] morph/client: Remove "could not"/"can't"/"failed to" from error messages 2024-12-12 15:30:12 +03:00
deletion_info.go [#1558] morph/client: Remove "could not"/"can't"/"failed to" from error messages 2024-12-12 15:30:12 +03:00
get.go [#1558] morph/client: Remove "could not"/"can't"/"failed to" from error messages 2024-12-12 15:30:12 +03:00
list.go [#1577] container: Reduce iterations through container list 2024-12-27 15:30:26 +03:00
put.go [#1558] morph/client: Remove "could not"/"can't"/"failed to" from error messages 2024-12-12 15:30:12 +03:00