frostfs-sdk-go/client
Leonard Lyubich bf78cddf69 [#83] pkg/client: Support status returns
Make all `Client` methods to return structured values and error. Parse v2
status messages in all RPC and provide status getter from all result
structures. Returns status failures as status result instead of error.

Interface changes:
  * all methods return `<method>Res` structure;
  * rename some methods to be more clear;
  * unify TZ and SHA256 objecy payload hashing in single method.

Behavior changes:
  * client doesn't verify object header structure received via Object.Head.
    If the caller was tied to verification, now it must do it explicitly.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-11-23 13:03:40 +03:00
..
status [#83] client: Implement status library 2021-11-23 13:03:40 +03:00
accounting.go [#83] pkg/client: Support status returns 2021-11-23 13:03:40 +03:00
client.go [#83] client: Implement status library 2021-11-23 13:03:40 +03:00
common.go [#83] pkg/client: Support status returns 2021-11-23 13:03:40 +03:00
container.go [#83] pkg/client: Support status returns 2021-11-23 13:03:40 +03:00
netmap.go [#83] pkg/client: Support status returns 2021-11-23 13:03:40 +03:00
object.go [#83] pkg/client: Support status returns 2021-11-23 13:03:40 +03:00
object_test.go [#62] client: move package from neofs-api-go 2021-11-10 18:29:19 +03:00
opts.go [#83] client: Implement status library 2021-11-23 13:03:40 +03:00
raw.go [#83] client: Implement status library 2021-11-23 13:03:40 +03:00
reputation.go [#83] pkg/client: Support status returns 2021-11-23 13:03:40 +03:00
response.go [#83] pkg/client: Support status returns 2021-11-23 13:03:40 +03:00
session.go [#83] pkg/client: Support status returns 2021-11-23 13:03:40 +03:00