Documentation
¶
Overview ¶
Package mocking contains mocking data structures and serves only for testing purposes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestAddr ¶
type TestAddr struct { // Addr is the address. Addr string // NetworkName is the network. NetworkName string }
TestAddr is a test implementation of net.Addr. It's exposed so other tests can use it overriding DefaultInterfaceOps to increase coverage where we need data from the underlying OS.
Click to show internal directories.
Click to hide internal directories.