frostfs-node/cmd/neofs-cli/modules
Alex Vanin 16f13bc0a5 [#522] Use HostAddrString as RPC endpoint instead of IPAddrString
To enable TLS support we can't operate with IP addresses directly.
Certificates are issued with host names so it is required to
pass them into RPC client. DNS resolving should be done by transport
layer and not be a part of node. Therefore `IPAddrString` usage is
removed from code.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-05-18 12:07:00 +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 [#466] cli: support NEP-2 and NEP-6 key formats 2021-04-23 10:11:47 +03:00
control.go [#466] cli: support NEP-2 and NEP-6 key formats 2021-04-23 10:11:47 +03:00
netmap.go [#466] cli: support NEP-2 and NEP-6 key formats 2021-04-23 10:11:47 +03:00
object.go [#466] cli: support NEP-2 and NEP-6 key formats 2021-04-23 10:11:47 +03:00
root.go [#522] Use HostAddrString as RPC endpoint instead of IPAddrString 2021-05-18 12:07:00 +03:00
storagegroup.go [#425] Adapt the Client's refactoring to the interface 2021-03-17 15:00:37 +03:00
util.go [#316] locode/boltdb: Replace all references to the City with Location 2021-02-10 14:05:03 +03:00
version.go [#302] Fix goimports linter errors 2021-01-12 18:47:02 +03:00