netbird/client/internal/acl/mocks
2024-12-31 14:38:59 +01:00
..
iface_mapper.go Fix lint and test issues 2024-12-31 14:38:59 +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