frostfs-sdk-go/client
Leonard Lyubich 49a17a7159 [#119] client: Configure network magic
In the latest NeoFS protocol update, each request is provided with a
network magic number. We have to provide the ability to set it on
the client.

Add `WithNetworkMagic` option constructor which accepts magic number.
Write the number to meta header of the all requests.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-01-14 14:48:29 +03:00
..
status [#83] client: Implement status library 2021-11-23 13:03:40 +03:00
accounting.go [#114] client: Fix comments according to new option 2022-01-13 15:37:43 +03:00
client.go [#111] client: Add comments to Client and New 2022-01-11 11:03:14 +03:00
common.go [#114] client: Add WithNeoFSErrorParsing option 2022-01-13 15:37:43 +03:00
container.go [#114] client: Fix comments according to new option 2022-01-13 15:37:43 +03:00
netmap.go [#114] client: Fix comments according to new option 2022-01-13 15:37:43 +03:00
object.go [#114] client: Fix comments according to new option 2022-01-13 15:37:43 +03:00
object_test.go [#62] client: move package from neofs-api-go 2021-11-10 18:29:19 +03:00
opts.go [#119] client: Configure network magic 2022-01-14 14:48:29 +03:00
raw.go [#111] client: Fix doc comments 2022-01-11 11:03:14 +03:00
reputation.go [#114] client: Fix comments according to new option 2022-01-13 15:37:43 +03:00
response.go [#111] client: Fix doc comments 2022-01-11 11:03:14 +03:00
session.go [#111] client: Add comments to client's public methods 2022-01-11 11:03:14 +03:00