frostfs-sdk-go/pool
Alex Vanin 2a72f180dc [#133] client: Don't accept session token params in PutContainer
PutContainer method takes `container.Container` structure
as an argument. This structure already contains session
token field, so there is no need in `prmSession` because it
duplicates session token definition.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2022-02-08 10:42:58 +03:00
..
cache.go [#38] Replace gcache with golang-lru 2021-11-15 14:04:06 +03:00
key.go [#26] *: Move pkg content to root 2021-07-28 13:47:27 +03:00
mock_test.go [#92] client: Accept structured parameters in non-object operations 2022-02-01 17:02:43 +03:00
pool.go [#133] client: Don't accept session token params in PutContainer 2022-02-08 10:42:58 +03:00
pool_test.go [#92] client: Accept structured parameters in non-object operations 2022-02-01 17:02:43 +03:00
sampler.go [#26] *: Move pkg content to root 2021-07-28 13:47:27 +03:00
sampler_test.go [#92] client: Accept structured parameters in non-object operations 2022-02-01 17:02:43 +03:00