Documentation
¶
Overview ¶
Package networking provides abstraction layers for accessing networking resources both across platform specific details, and for virtual / mock configurations for testing
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment interface {
io.Closer
// Interfaces is typically a wrapper for net.Interfaces()
Interfaces() ([]Interface, error)
// InterfaceByName looks up an interface by its name
InterfaceByName(string) (Interface, error)
}
Environment represents the top level abstraction of the system's networking environment.
Click to show internal directories.
Click to hide internal directories.