netbird/client/internal/acl/mocks
2025-03-10 13:59:21 +01:00
..
iface_mapper.go [client] Ignore candidates that are part of the the wireguard subnet (#3472) 2025-03-10 13:59:21 +01:00
README.md Fix routes allow acl rule (#940) 2023-06-07 15:24:27 +02:00

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