mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
coordinatorproto: aclHeads to spaceMakeUnshareable
This commit is contained in:
parent
6fb4931afa
commit
36929fc83b
5 changed files with 179 additions and 178 deletions
|
@ -383,7 +383,7 @@ func (m mockCoordinatorClient) SpaceMakeShareable(ctx context.Context, spaceId s
|
|||
return nil
|
||||
}
|
||||
|
||||
func (m mockCoordinatorClient) SpaceMakeUnshareable(ctx context.Context, spaceId string) (err error) {
|
||||
func (m mockCoordinatorClient) SpaceMakeUnshareable(ctx context.Context, spaceId, aclId string) (err error) {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue