Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'proto/server.proto')
-rw-r--r--proto/server.proto5
1 files changed, 4 insertions, 1 deletions
diff --git a/proto/server.proto b/proto/server.proto
index f56dded92..6774eeae4 100644
--- a/proto/server.proto
+++ b/proto/server.proto
@@ -8,7 +8,10 @@ import "shared.proto";
service ServerService {
rpc ServerInfo(ServerInfoRequest) returns (ServerInfoResponse) {
- option (op_type).op = ACCESSOR;
+ option (op_type) = {
+ op: ACCESSOR
+ scope_level: SERVER
+ };
}
}