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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-05-02 12:42:47 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-05-09 12:40:34 +0300
commit95c3d0fc69bf4ed0f850e123eb03b909c8547199 (patch)
tree9bded75edb98410126ef0b63e383a949ce152169 /proto/remote.proto
parentf93c64a5a41446b82850cc47d44c6960596f9e25 (diff)
proto: Enforce comment-linting for services
Enforce that services must have a comment and add a placeholder for all instances where such a comment is missing.
Diffstat (limited to 'proto/remote.proto')
-rw-r--r--proto/remote.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/remote.proto b/proto/remote.proto
index 869f96331..003c06105 100644
--- a/proto/remote.proto
+++ b/proto/remote.proto
@@ -7,6 +7,8 @@ import "shared.proto";
option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
+// RemoteService is a service providing RPCs to interact with a remote
+// repository that is hosted on another Git server.
service RemoteService {
// UpdateRemoteMirror compares the references in the target repository and its remote mirror