Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkMonitor ¶ added in v0.27.8
type NetworkMonitor struct {
// contains filtered or unexported fields
}
NetworkMonitor watches for changes in network configuration.
func (*NetworkMonitor) Listen ¶ added in v0.38.0
func (nw *NetworkMonitor) Listen(ctx context.Context) (err error)
Listen begins monitoring network changes. When a change is detected, this function will return without error.
func (*NetworkMonitor) Stop ¶ added in v0.27.8
func (nw *NetworkMonitor) Stop()
Stop stops the network monitor.
Click to show internal directories.
Click to hide internal directories.