frostfs-api-go/pkg/client
Leonard Lyubich 5395988efc [#208] pkg/client: Add function to get container and verify ID
GetContainer method reads container structure by identifier from the
network. In some cases it is required to additionally check the
correspondence of the container structure to the identifier as a hash from
the binary representation. To do this, a new function
GetVerifiedContainerStructure is defined to execute the check after
receiving the container.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2020-12-17 14:52:04 +03:00
..
accounting.go [#205] sdk/client: Support option to set dial timeout 2020-11-23 14:15:42 +03:00
client.go [#199] sdk/client: Correct linter's remarks 2020-11-16 18:51:14 +03:00
client_test.go [#168] sdk/accounting: Refactor Decimal type 2020-11-13 18:07:26 +03:00
container.go [#208] pkg/client: Add function to get container and verify ID 2020-12-17 14:52:04 +03:00
netmap.go [#205] sdk/client: Support option to set dial timeout 2020-11-23 14:15:42 +03:00
object.go sdk/client: Fix setter of objectAddressWriter structure value 2020-12-11 11:19:45 +03:00
opts.go [#205] sdk/client: Support option to set dial timeout 2020-11-23 14:15:42 +03:00
session.go [#205] sdk/client: Support option to set dial timeout 2020-11-23 14:15:42 +03:00