frostfs-node/pkg/services/object/util
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
..
chain.go [#302] Fix golint else/return linter errors 2021-01-12 18:47:02 +03:00
key.go [#570] *: Remove usage of deprecated elements from API Go library 2021-05-31 20:45:15 +03:00
log.go [#607] network: Do not work with Address pointers 2021-06-18 18:09:50 +03:00
placement.go [#607] network: Do not work with Address pointers 2021-06-18 18:09:50 +03:00
prm.go [#570] *: Remove usage of deprecated elements from API Go library 2021-05-31 20:45:15 +03:00