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 'internal/praefect/service/info/repository_replicas.go')
-rw-r--r--internal/praefect/service/info/repository_replicas.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/internal/praefect/service/info/repository_replicas.go b/internal/praefect/service/info/repository_replicas.go
deleted file mode 100644
index 31c4071b8..000000000
--- a/internal/praefect/service/info/repository_replicas.go
+++ /dev/null
@@ -1,11 +0,0 @@
-package info
-
-import (
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
-)
-
-// ListRepositories returns a list of repositories that includes the checksum of the primary as well as the replicas
-func (s *Server) ListRepositories(in *gitalypb.ListRepositoriesRequest, stream gitalypb.InfoService_ListRepositoriesServer) error {
- return helper.Unimplemented
-}