mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
Little proto file fix
This commit is contained in:
parent
af0f2836f7
commit
48b0bd91b0
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ service Coordinator {
|
|||
rpc AclGetRecords(AclGetRecordsRequest) returns (AclGetRecordsResponse);
|
||||
// AccountLimitsSet sets limits to the account. Can be used only by a network config member
|
||||
rpc AccountLimitsSet(AccountLimitsSetRequest) returns (AccountLimitsSetResponse);
|
||||
|
||||
// EventLog gets the latest event log records
|
||||
rpc AclEventLog(AclEventLogRequest) returns (AclEventLogResponse);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue