networkmonitor

package
v0.27.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2024 License: BSD-3-Clause Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrStopped = errors.New("monitor has been stopped")

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 New

func New() *NetworkMonitor

New creates a new network monitor.

func (*NetworkMonitor) Start added in v0.27.8

func (nw *NetworkMonitor) Start(ctx context.Context, callback func()) (err error)

Start begins monitoring network changes. When a change is detected, it calls the callback asynchronously and returns.

func (*NetworkMonitor) Stop added in v0.27.8

func (nw *NetworkMonitor) Stop()

Stop stops the network monitor.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL