frostfs-node/pkg/innerring/processors/audit
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
..
events.go [#265] innerring: Generate new audit event 2020-12-25 16:49:27 +03:00
handlers.go [#291] Remove some unused code from repository 2020-12-30 10:27:53 +03:00
process.go [#522] Use HostAddrString as RPC endpoint instead of IPAddrString 2021-05-18 12:07:00 +03:00
processor.go [#486] innerring: Use fee provider and notary disabled flag in processors 2021-05-05 12:45:16 +03:00
scheduler.go [#446] innerring: Rename server.Index to server.InnerRingIndex 2021-03-26 11:53:10 +03:00
scheduler_test.go [#265] innerring: Select containers to audit 2020-12-25 16:49:27 +03:00