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 13:16:44 +0300
commite4b7df2292b4eeeefa4f70e77e2ad34a60de0c76 (patch)
tree260f42064d3e51093fdf1332827a13184661433b /proto/go/gitalypb/blob.pb.go
parent4c7a9be67a16746bf6f44a68caf75a7cffd5e969 (diff)
proto: Enforce comment-linting for message definitions
Enforce that message definitions must have a comment and add a placeholder for all instances where such a comment is missing.
Diffstat (limited to 'proto/go/gitalypb/blob.pb.go')
-rw-r--r--proto/go/gitalypb/blob.pb.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/proto/go/gitalypb/blob.pb.go b/proto/go/gitalypb/blob.pb.go
index 5e1e0b406..03a3ba7c7 100644
--- a/proto/go/gitalypb/blob.pb.go
+++ b/proto/go/gitalypb/blob.pb.go
@@ -20,6 +20,7 @@ const (
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
+// This comment is left unintentionally blank.
type GetBlobRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -85,6 +86,7 @@ func (x *GetBlobRequest) GetLimit() int64 {
return 0
}
+// This comment is left unintentionally blank.
type GetBlobResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -151,6 +153,7 @@ func (x *GetBlobResponse) GetOid() string {
return ""
}
+// This comment is left unintentionally blank.
type GetBlobsRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -216,6 +219,7 @@ func (x *GetBlobsRequest) GetLimit() int64 {
return 0
}
+// This comment is left unintentionally blank.
type GetBlobsResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -660,6 +664,7 @@ func (x *LFSPointer) GetOid() string {
return ""
}
+// This comment is left unintentionally blank.
type NewBlobObject struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -1058,6 +1063,7 @@ func (x *ListAllLFSPointersResponse) GetLfsPointers() []*LFSPointer {
return nil
}
+// This comment is left unintentionally blank.
type GetBlobsRequest_RevisionPath struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache