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.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/server.proto b/proto/server.proto
index 35be64925..fc5901036 100644
--- a/proto/server.proto
+++ b/proto/server.proto
@@ -6,6 +6,7 @@ import "lint.proto";
option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
+// ServerService is a service that provides information about a Gitaly server.
service ServerService {
option (intercepted) = true;