frostfs-node/pkg
Leonard Lyubich cd545f0160 [#1351] cli: Fix connection scheme loss during endpoint parsing
In previous implementation NeoFS CLI app used `network.Address.HostAddr`
as a server URI, which caused scheme loss since host address doesn't
contain it.

Rename `HostAddr` to `URIAddr` and make it to return URI address with
`grpcs` scheme if TLS is enabled. Make `TLSEnabled` unexported since it
was used to provide default `tls.Config` only (it is used by default in
SDK).

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-05-05 10:43:27 +03:00
..
core *: use require.ErrorIs where possible 2022-04-29 16:47:57 +03:00
innerring [#1170] pkg/morph: Add worker pool 2022-04-08 11:52:18 +03:00
local_object_storage *: use require.ErrorIs where possible 2022-04-29 16:47:57 +03:00
metrics [#1054] neofs-node: add epoch metric 2021-12-28 15:34:20 +03:00
morph [#1312] morph/netmap: Fix panic during parameter parsing 2022-04-12 17:37:12 +03:00
network [#1351] cli: Fix connection scheme loss during endpoint parsing 2022-05-05 10:43:27 +03:00
services *: use require.ErrorIs where possible 2022-04-29 16:47:57 +03:00
util [#1239] util/attributes: Remove excessive slice copy during parsing 2022-03-29 16:02:05 +03:00