frostfs-node/cmd/neofs-cli/modules
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
..
accounting.go [#466] cli: support NEP-2 and NEP-6 key formats 2021-04-23 10:11:47 +03:00
acl.go cli: Add empty neofs-cli app structure 2020-10-02 11:25:35 +03:00
completion.go cli: Add empty neofs-cli app structure 2020-10-02 11:25:35 +03:00
container.go [#587] cmd/neofs-cli: Make session token parser reusable 2021-06-03 18:40:31 +03:00
control.go [#414] cmd/cli: Support IR health-check 2021-06-15 15:21:52 +03:00
netmap.go [#466] cli: support NEP-2 and NEP-6 key formats 2021-04-23 10:11:47 +03:00
object.go [#570] *: Remove usage of deprecated elements from API Go library 2021-05-31 20:45:15 +03:00
root.go [#607] network: Do not work with Address pointers 2021-06-18 18:09:50 +03:00
storagegroup.go [#570] *: Remove usage of deprecated elements from API Go library 2021-05-31 20:45:15 +03:00
util.go [#587] cmd/neofs-cli: Add sign session-token command 2021-06-03 18:40:31 +03:00
version.go [#302] Fix goimports linter errors 2021-01-12 18:47:02 +03:00