netbird/client/internal/acl/mocks
Zoltan Papp fd67892cb4
[client] Refactor/iface pkg (#2646)
Refactor the flat code structure
2024-10-02 18:24:22 +02:00
..
iface_mapper.go [client] Refactor/iface pkg (#2646) 2024-10-02 18:24:22 +02: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