Documentation
¶
Overview ¶
Package net implements the functions, types, and interfaces for the module.
Index ¶
Constants ¶
View Source
const ( IPv4len = net.IPv4len IPv6len = net.IPv6len )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HostConfig ¶ added in v0.0.20
type HostConfig struct {
// contains filtered or unexported fields
}
HostConfig defines the configuration for the host.
type Option ¶ added in v0.0.20
type Option = func(*HostConfig)
func WithCIDRFilters ¶ added in v0.0.20
func WithEnvVar ¶ added in v0.0.20
func WithFallback ¶ added in v0.0.20
func WithInterfacePatterns ¶ added in v0.0.20
Click to show internal directories.
Click to hide internal directories.