2024-12-31 14:38:59 +01:00
..
2024-12-31 14:38:59 +01: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