frostfs-sdk-go/pool
Leonard Lyubich b81122740a [#164] pool: Make pool.Pool a struct
Connection pool package should not define `Pool` type as an interface
since it provides single particular implementation.

Make `pool.Pool` type a struct instead of interface. Also remove
`Object`, `Container` and `Accounting` interfaces.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-03-10 15:02:10 +03:00
..
cache.go [#126] pool: Store access time in the session token cache 2022-02-11 14:21:59 +03:00
cache_test.go [#126] pool: Store access time in the session token cache 2022-02-11 14:21:59 +03:00
key.go [#26] *: Move pkg content to root 2021-07-28 13:47:27 +03:00
mock_test.go [#164] pool: Make pool.Pool a struct 2022-03-10 15:02:10 +03:00
pool.go [#164] pool: Make pool.Pool a struct 2022-03-10 15:02:10 +03:00
pool_test.go [#164] pool: Make pool.Pool a struct 2022-03-10 15:02:10 +03:00
sampler.go [#26] *: Move pkg content to root 2021-07-28 13:47:27 +03:00
sampler_test.go [#164] pool: Make pool.Pool a struct 2022-03-10 15:02:10 +03:00