frostfs-node/pkg/services
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 [#425] services: Define service interfaces that was removed from API lib 2021-03-17 15:00:37 +03:00
audit [#498] audit: skip unnecessary statement 2021-05-04 12:55:01 +03:00
container [#460] Fix typos in commentaries 2021-04-08 17:29:08 +03:00
control [#425] control: Implement service RPCs 2021-03-17 15:00:37 +03:00
id [#11] Trim the old functionality 2020-10-02 11:22:55 +03:00
netmap [#425] services: Define service interfaces that was removed from API lib 2021-03-17 15:00:37 +03:00
object [#522] Use HostAddrString as RPC endpoint instead of IPAddrString 2021-05-18 12:07:00 +03:00
object_manager [#493] node: Get rid of outdated object GC worker 2021-05-13 19:29:10 +03:00
policer [#217] object/policer: Leave readability instead of performance comment 2021-02-24 20:59:14 +03:00
replicator [#186] replicator: Use new storage engine for work 2020-12-11 17:19:37 +03:00
reputation [#527] reputation: Fix EigenTrust algorithm 2021-05-18 10:29:25 +03:00
session [#425] services: Define service interfaces that was removed from API lib 2021-03-17 15:00:37 +03:00
util [#302] Fix golint underscore linter errors 2021-01-12 18:47:02 +03:00