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/namespace.proto')
-rw-r--r--proto/namespace.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/namespace.proto b/proto/namespace.proto
index e81ef7224..cc23a35ca 100644
--- a/proto/namespace.proto
+++ b/proto/namespace.proto
@@ -6,6 +6,9 @@ import "lint.proto";
option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
+// NamespaceService is a service which provides RPCs to manage namespaces of a
+// storage. Namespaces had been used before Gitaly migrated to hashed storages
+// and shouldn't be used nowadays anymore.
service NamespaceService {
rpc AddNamespace(AddNamespaceRequest) returns (AddNamespaceResponse) {
option (op_type) = {