Files
netbird/client/internal/acl/mocks
Dmitri Dolguikh 79511d8caf switch to go.uber.org/mock/gomock
Signed-off-by: Dmitri Dolguikh <dmitri.external@netbird.io>
2026-08-19 15:20:18 +02:00
..
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