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/praefect.proto')
-rw-r--r--proto/praefect.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/praefect.proto b/proto/praefect.proto
index dd3acb431..917be6ebb 100644
--- a/proto/praefect.proto
+++ b/proto/praefect.proto
@@ -8,6 +8,8 @@ import "shared.proto";
option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
+// PraefectInfoService is a service which provides RPCs to query and modify
+// Praefect-specific parameters.
service PraefectInfoService {
option (intercepted) = true;