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/go/gitalypb/repository.pb.go')
-rw-r--r--proto/go/gitalypb/repository.pb.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/proto/go/gitalypb/repository.pb.go b/proto/go/gitalypb/repository.pb.go
index 5b85ae039..02a5bc593 100644
--- a/proto/go/gitalypb/repository.pb.go
+++ b/proto/go/gitalypb/repository.pb.go
@@ -1110,13 +1110,13 @@ func (x *FetchRemoteResponse) GetTagsChanged() bool {
return false
}
-// CreateRepositoryRequest ...
+// CreateRepositoryRequest is a request for the CreateRepository RPC.
type CreateRepositoryRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
- // repository ...
+ // repository represents the repo to create. The storage_name and relative_path attributes must be provided.
Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
// default_branch is the branch name to set as the default branch of the newly created
// repository. Note, this will be treated as the branch name and not a
@@ -1181,7 +1181,8 @@ func (x *CreateRepositoryRequest) GetObjectFormat() ObjectFormat {
return ObjectFormat_OBJECT_FORMAT_UNSPECIFIED
}
-// CreateRepositoryResponse ...
+// CreateRepositoryResponse is a response for the CreateRepository RPC. An empty
+// response denotes a successful request.
type CreateRepositoryResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache