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

# README

Mocks

To generate (or refresh) mocks from acl package please install mockgen. Run this command from the ./client/internal/acl folder to update iface mapper interface mock:

mockgen -destination mocks/iface_mapper.go -package mocks . IFaceMapper

# Functions

NewMockIFaceMapper creates a new mock instance.

# Structs

MockIFaceMapper is a mock of IFaceMapper interface.
MockIFaceMapperMockRecorder is the mock recorder for MockIFaceMapper.