frostfs-node/pkg/services/object/get
Leonard Lyubich adbbad0beb [#607] network: Do not work with Address pointers
`network.Address` structure in most cases created once and used read-only.

Replace `AddressFromString` function with `Address.FromString` method with
the same purpose and implementation. Make all libraries to work with value.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-06-18 18:09:50 +03:00
..
v2 [#570] *: Remove usage of deprecated elements from API Go library 2021-05-31 20:45:15 +03:00
assemble.go [#431] services/object: Re-sign original read requests during forwarding 2021-05-04 13:56:55 +03:00
container.go [#234] services/object: Support netmap epoch and lookup dead in read ops 2021-01-12 19:19:11 +03:00
exec.go [#607] network: Do not work with Address pointers 2021-06-18 18:09:50 +03:00
get.go [#543] object/get: Fix potential NPE on request forwarder 2021-05-20 11:33:24 +03:00
get_test.go [#607] network: Do not work with Address pointers 2021-06-18 18:09:50 +03:00
local.go [#521] *: use stdlib `errors` package 2021-05-19 16:42:54 +03:00
prm.go [#431] services/object: Re-sign original read requests during forwarding 2021-05-04 13:56:55 +03:00
remote.go [#607] network: Do not work with Address pointers 2021-06-18 18:09:50 +03:00
res.go [#235] object/getrangehash: Implement new service processing 2020-12-11 17:19:37 +03:00
service.go [#607] network: Do not work with Address pointers 2021-06-18 18:09:50 +03:00
util.go [#607] network: Do not work with Address pointers 2021-06-18 18:09:50 +03:00