frostfs-node/pkg/morph/client
Leonard Lyubich e0f0188466 [#907] container/put: Work with named containers
Add name and zone arguments to `Put` method of wrapper over the Container
contract client. Pass result of `container.GetNativeNameWithZone` function
to the method in `Put` helper function. Due to this, the storage node will
call the method depending on the presence of the container name in the
attributes.

Make IR to listen `putNamed` notification event. The event is processed like
`put` event, but with sanity check of the container attributes.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-10-18 11:54:34 +03:00
..
audit [#627] morph: Inherit internal.StaticClient interface in all wrappers 2021-09-30 14:47:04 +03:00
balance [#627] morph: Inherit internal.StaticClient interface in all wrappers 2021-09-30 14:47:04 +03:00
container [#907] container/put: Work with named containers 2021-10-18 11:54:34 +03:00
internal [#627] morph: Define partial interface of StaticClient type 2021-09-30 14:47:04 +03:00
neofs [#627] morph: Inherit internal.StaticClient interface in all wrappers 2021-09-30 14:47:04 +03:00
neofsid [#627] morph: Inherit internal.StaticClient interface in all wrappers 2021-09-30 14:47:04 +03:00
netmap [#833] morph/netmap: Support ListConfig contract method 2021-10-15 13:56:19 +03:00
reputation [#627] morph: Inherit internal.StaticClient interface in all wrappers 2021-09-30 14:47:04 +03:00
client.go [#833] morph/client: Implement MsPerBlock method 2021-10-15 13:56:19 +03:00
client_test.go [#505] morph/client: Support boolean invocation argument 2021-05-25 16:35:52 +03:00
constructor.go [#837] morph: Add WithSingleClient client constructor option 2021-09-24 19:14:28 +03:00
multi.go [#837] morph: Add WithSingleClient client constructor option 2021-09-24 19:14:28 +03:00
nns.go [#905] morph/client: handle latest NNS version 2021-10-14 15:21:12 +03:00
notary.go [#873] morph/notary: Not warn at "low till value" notary deposit error 2021-10-15 12:22:25 +03:00
static.go [#627] morph: Add contract address getter to StaticClient 2021-09-30 14:47:04 +03:00
util.go [#521] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
util_test.go [#478] morph/client: Try to parse integer as a byte type 2021-04-15 17:53:08 +03:00