frostfs-sdk-go/client/status
Leonard Lyubich 9dcff95a29 [#83] client: Implement status library
Define base `Status` interface. Provide the functionality to distinguish
success and failure returns. Provide functionality to transport statuses
over NeoFS API V2 protocol. Support success `OK` and failure `INTERNAL`
returns.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-11-23 13:03:40 +03:00
..
common.go [#83] client: Implement status library 2021-11-23 13:03:40 +03:00
common_test.go [#83] client: Implement status library 2021-11-23 13:03:40 +03:00
status.go [#83] client: Implement status library 2021-11-23 13:03:40 +03:00
status_test.go [#83] client: Implement status library 2021-11-23 13:03:40 +03:00
success.go [#83] client: Implement status library 2021-11-23 13:03:40 +03:00
unrecognized.go [#83] client: Implement status library 2021-11-23 13:03:40 +03:00
v2.go [#83] client: Implement status library 2021-11-23 13:03:40 +03:00
v2_test.go [#83] client: Implement status library 2021-11-23 13:03:40 +03:00