package
0.30.0
Repository: https://github.com/netbirdio/netbird.git
Documentation: pkg.go.dev

# README

Mocks

To generate (or refresh) mocks from iface package interfaces please install mockgen. Run this command to update PacketFilter mock:

mockgen -destination iface/mocks/filter.go -package mocks github.com/netbirdio/netbird/iface PacketFilter

# Packages

No description provided by the author

# Functions

NewMockDevice creates a new mock instance.
NewMockPacketFilter creates a new mock instance.

# Structs

MockDevice is a mock of Device interface.
MockDeviceMockRecorder is the mock recorder for MockDevice.
MockPacketFilter is a mock of PacketFilter interface.
MockPacketFilterMockRecorder is the mock recorder for MockPacketFilter.