frostfs-node/pkg/network
Alex Vanin 2456873473 [#522] network: Add host address stringer
network.Address is a wrapper around multiaddress. Multiaddress
can be resolved to ip netaddr with `IPAddrString` function:
  /dns4/localhost/tcp/8080 => 127.0.0.1:8080
With `HostAddrString` multi address will be transformed to
host address:
  /dns4/localhost/tcp8080 => localhost:8080

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-05-18 12:07:00 +03:00
..
cache [#425] Adapt the Client's refactoring to the interface 2021-03-17 15:00:37 +03:00
transport Update neofs-api-go to v1.26.0 2021-05-10 09:45:11 +03:00
address.go [#522] network: Add host address stringer 2021-05-18 12:07:00 +03:00
address_test.go [#522] network: Add host address stringer 2021-05-18 12:07:00 +03:00