package
0.0.0-20240719153732-6e8a03e781de
Repository: https://github.com/grafana/dskit.git
Documentation: pkg.go.dev

# Functions

GetFirstAddressOf returns the first IPv4/IPV6 address of the supplied interface names, omitting any link-local addresses.
PrivateNetworkInterfaces lists network interfaces and returns those having an address conformant to RFC1918.
No description provided by the author

# Type aliases

NetworkInterfaceAddressGetter matches the signature of net.InterfaceByName() to allow for test mocks.