frostfs-sdk-go/client
Leonard Lyubich 49a17a7159 [] 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 [] client: Implement status library 2021-11-23 13:03:40 +03:00
accounting.go [] client: Fix comments according to new option 2022-01-13 15:37:43 +03:00
client.go [] client: Add comments to Client and New 2022-01-11 11:03:14 +03:00
common.go [] client: Add WithNeoFSErrorParsing option 2022-01-13 15:37:43 +03:00
container.go [] client: Fix comments according to new option 2022-01-13 15:37:43 +03:00
netmap.go [] client: Fix comments according to new option 2022-01-13 15:37:43 +03:00
object.go [] client: Fix comments according to new option 2022-01-13 15:37:43 +03:00
object_test.go [] client: move package from neofs-api-go 2021-11-10 18:29:19 +03:00
opts.go [] client: Configure network magic 2022-01-14 14:48:29 +03:00
raw.go [] client: Fix doc comments 2022-01-11 11:03:14 +03:00
reputation.go [] client: Fix comments according to new option 2022-01-13 15:37:43 +03:00
response.go [] client: Fix doc comments 2022-01-11 11:03:14 +03:00
session.go [] client: Add comments to client's public methods 2022-01-11 11:03:14 +03:00