frostfs-sdk-go/pool
Roman Khimov 2e18c3c16d client: replace client.Init() with New()
We'll need to check initialization parameters for consistency and Init doesn't
return any error, therefore it's easier to use smth.New() pattern and simplify
things a bit because uninited Client is not very useful anyway (we require
Init and there can be additional reasons for that in the future).

Refs. #164.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2023-05-22 17:03:10 +03:00
..
cache.go [#197] session: Refactor and document the package 2022-04-27 11:09:29 +03:00
cache_test.go tests: Use dedicated function to generate signers in tests 2023-04-26 15:03:55 +04:00
doc.go :* Replace ecdsa.PrivateKey with neofscrypto.Signer 2023-04-26 14:59:21 +04:00
mock_test.go pool: Refactor handleError to updateErrorRate 2023-05-19 12:21:16 +04:00
pool.go client: replace client.Init() with New() 2023-05-22 17:03:10 +03:00
pool_test.go client: replace client.Init() with New() 2023-05-22 17:03:10 +03:00
sampler.go [#165] pool: make private inner structs 2022-03-21 12:41:08 +03:00
sampler_test.go tests: Use dedicated function to generate signers in tests 2023-04-26 15:03:55 +04:00
statistic.go [#283] pool: Store methods status in slice 2022-07-22 15:57:37 +03:00