monitor

package
v0.3.7 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler struct {
	NewLink func(key string, update *netlink.LinkUpdate) error
	DelLink func(key string, update *netlink.LinkUpdate) error
}

type Monitor

type Monitor struct {
	// contains filtered or unexported fields
}

func NewMonitor

func NewMonitor(h *Handler) *Monitor

func (*Monitor) AddPattern added in v0.3.0

func (m *Monitor) AddPattern(key string, pattern *Pattern)

func (*Monitor) DeletePattern added in v0.3.0

func (m *Monitor) DeletePattern(key string)

func (*Monitor) GetPattern added in v0.3.0

func (m *Monitor) GetPattern(key string) *Pattern
func (m *Monitor) ScanLinks(pattern *Pattern) ([]netlink.Link, error)

func (*Monitor) Start

func (m *Monitor) Start(ctx context.Context)

type Pattern added in v0.3.0

type Pattern struct {
	Type string
	Name string
}

func NewPattern added in v0.3.0

func NewPattern(typeRegexp, nameRegexp string) *Pattern

Jump to

Keyboard shortcuts

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