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-09 13:23:52 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-05-09 13:23:52 +0300
commit9bb6fb420b75ad7657a30751ba7df7c9bf1e0060 (patch)
tree609626f18144fab34a44f8bab360d527f4dab1aa /proto/go/gitalypb/remote.pb.go
parent58aa3bc8b0f8a1dd7fd9ec006ff870d59d8c01be (diff)
proto: Enforce comment-linting for message fields
Enforce that message fields must have a comment and add a placeholder for all instances where such a comment is missing.
Diffstat (limited to 'proto/go/gitalypb/remote.pb.go')
-rw-r--r--proto/go/gitalypb/remote.pb.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/go/gitalypb/remote.pb.go b/proto/go/gitalypb/remote.pb.go
index 5445a7447..7122ffe1c 100644
--- a/proto/go/gitalypb/remote.pb.go
+++ b/proto/go/gitalypb/remote.pb.go
@@ -180,6 +180,7 @@ type FindRemoteRepositoryRequest struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
+ // This comment is left unintentionally blank.
Remote string `protobuf:"bytes,1,opt,name=remote,proto3" json:"remote,omitempty"`
// This field is used to redirect request to proper storage where it can be handled.
// As of now it doesn't matter what storage will be used, but it still must be a valid.
@@ -240,6 +241,7 @@ type FindRemoteRepositoryResponse struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
+ // This comment is left unintentionally blank.
Exists bool `protobuf:"varint,1,opt,name=exists,proto3" json:"exists,omitempty"`
}