frostfs-sdk-go/pool
Leonard Lyubich b81122740a [] 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 [] pool: Store access time in the session token cache 2022-02-11 14:21:59 +03:00
cache_test.go [] pool: Store access time in the session token cache 2022-02-11 14:21:59 +03:00
key.go [] *: Move pkg content to root 2021-07-28 13:47:27 +03:00
mock_test.go [] pool: Make pool.Pool a struct 2022-03-10 15:02:10 +03:00
pool.go [] pool: Make pool.Pool a struct 2022-03-10 15:02:10 +03:00
pool_test.go [] pool: Make pool.Pool a struct 2022-03-10 15:02:10 +03:00
sampler.go [] *: Move pkg content to root 2021-07-28 13:47:27 +03:00
sampler_test.go [] pool: Make pool.Pool a struct 2022-03-10 15:02:10 +03:00