frostfs-sdk-go/pool
Leonard Lyubich 8c682641bf [#343] pool: Provide dial context to clients
After recent changes `client.Client` accepts dial context. There is a
need to forward the context passed into `Pool.Dial` to the underlying
`Client` instances.

Define type aliases of different client constructors: context-based and
non-context. Use context-based constructor in `Pool`. Pass `ctx`
parameter of `Pool.Dial` method to the client builder.

Signed-off-by: Leonard Lyubich <ctulhurider@gmail.com>
2022-10-07 13:24:02 +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 [#322] *: Go fmt -s 2022-08-24 18:58:59 +03:00
mock_test.go [#299] pool: Do not use pointers to the resulting values 2022-08-16 15:31:57 +04:00
pool.go [#343] pool: Provide dial context to clients 2022-10-07 13:24:02 +03:00
pool_test.go [#343] pool: Provide dial context to clients 2022-10-07 13:24:02 +03:00
sampler.go [#165] pool: make private inner structs 2022-03-21 12:41:08 +03:00
sampler_test.go [#299] pool: Do not use pointers to the resulting values 2022-08-16 15:31:57 +04:00
statistic.go [#283] pool: Store methods status in slice 2022-07-22 15:57:37 +03:00