netbird/client/iface/mocks
2025-07-04 16:43:11 +02:00
..
iface/mocks [client] Implement dns routes for Android (#3989) 2025-07-04 16:43:11 +02:00
filter.go [client] Implement dns routes for Android (#3989) 2025-07-04 16:43:11 +02:00
README.md [client] Refactor/iface pkg (#2646) 2024-10-02 18:24:22 +02:00
tun.go [client] Refactor/iface pkg (#2646) 2024-10-02 18:24:22 +02:00

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