1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00

Add mocks for acl clients

This commit is contained in:
mcrakhman 2024-03-26 09:31:27 +01:00
parent 94043d46ad
commit d35337d897
No known key found for this signature in database
GPG key ID: DED12CFEF5B8396B
2 changed files with 350 additions and 0 deletions

View file

@ -1,3 +1,4 @@
//go:generate mockgen -destination mock_aclclient/mock_aclclient.go github.com/anyproto/any-sync/commonspace/acl/aclclient AclJoiningClient,AclSpaceClient
package aclclient
import (