frostfs-sdk-go/pool
Leonard Lyubich 4cbbbdd3e2 [#197] pool: Change function signature
Make `createSessionTokenForDuration` to accept a pointer to
`session.Object` and write the response on session creation request
through the pointer. Rename function to `initSessionForDuration`. As a
consequence, problem in `openDefaultSession` with uncached sessions is
fixed.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-04-27 11:09:29 +03:00
..
cache.go [#197] session: Refactor and document the package 2022-04-27 11:09:29 +03:00
cache_test.go [#197] session: Refactor and document the package 2022-04-27 11:09:29 +03:00
doc.go [#165] pool: change exported fields to setters 2022-03-21 12:41:08 +03:00
mock_test.go [#85] pool: make client interface methods private 2022-04-12 10:30:28 +03:00
pool.go [#197] pool: Change function signature 2022-04-27 11:09:29 +03:00
pool_test.go [#197] pool: Remove no longer needed test func 2022-04-27 11:09:29 +03:00
sampler.go [#165] pool: make private inner structs 2022-03-21 12:41:08 +03:00
sampler_test.go [#85] pool: make client interface methods private 2022-04-12 10:30:28 +03:00