mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
Add space pull with acls
This commit is contained in:
parent
31d1deb0c8
commit
95ba16876a
8 changed files with 781 additions and 131 deletions
|
@ -103,6 +103,12 @@ message SpacePullRequest {
|
|||
// SpacePullResponse is a response with header and acl root
|
||||
message SpacePullResponse {
|
||||
SpacePayload payload = 1;
|
||||
repeated AclRecord aclRecords = 2;
|
||||
}
|
||||
|
||||
message AclRecord {
|
||||
bytes aclPayload = 1;
|
||||
string id = 2;
|
||||
}
|
||||
|
||||
// SpacePayload is a payload for pushing a space
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue