Home
last modified time | relevance | path

Searched refs:PraefectInfoServiceServer (Results 1 – 9 of 9) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb/
H A Dpraefect_grpc.pb.go86 type PraefectInfoServiceServer interface { interface
131 func RegisterPraefectInfoServiceServer(s grpc.ServiceRegistrar, srv PraefectInfoServiceServer) { argument
141 return srv.(PraefectInfoServiceServer).RepositoryReplicas(ctx, in)
148 return srv.(PraefectInfoServiceServer).RepositoryReplicas(ctx, req.(*RepositoryReplicasRequest))
159 return srv.(PraefectInfoServiceServer).DatalossCheck(ctx, in)
166 return srv.(PraefectInfoServiceServer).DatalossCheck(ctx, req.(*DatalossCheckRequest))
177 return srv.(PraefectInfoServiceServer).SetAuthoritativeStorage(ctx, in)
184 …return srv.(PraefectInfoServiceServer).SetAuthoritativeStorage(ctx, req.(*SetAuthoritativeStorageR…
195 return srv.(PraefectInfoServiceServer).SetReplicationFactor(ctx, in)
202 …return srv.(PraefectInfoServiceServer).SetReplicationFactor(ctx, req.(*SetReplicationFactorRequest…
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb/
H A Dpraefect_grpc.pb.go86 type PraefectInfoServiceServer interface { interface
131 func RegisterPraefectInfoServiceServer(s grpc.ServiceRegistrar, srv PraefectInfoServiceServer) { argument
141 return srv.(PraefectInfoServiceServer).RepositoryReplicas(ctx, in)
148 return srv.(PraefectInfoServiceServer).RepositoryReplicas(ctx, req.(*RepositoryReplicasRequest))
159 return srv.(PraefectInfoServiceServer).DatalossCheck(ctx, in)
166 return srv.(PraefectInfoServiceServer).DatalossCheck(ctx, req.(*DatalossCheckRequest))
177 return srv.(PraefectInfoServiceServer).SetAuthoritativeStorage(ctx, in)
184 …return srv.(PraefectInfoServiceServer).SetAuthoritativeStorage(ctx, req.(*SetAuthoritativeStorageR…
195 return srv.(PraefectInfoServiceServer).SetReplicationFactor(ctx, in)
202 …return srv.(PraefectInfoServiceServer).SetReplicationFactor(ctx, req.(*SetReplicationFactorRequest…
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb/
H A Dpraefect.pb.go909 type PraefectInfoServiceServer interface { interface
953 func RegisterPraefectInfoServiceServer(s *grpc.Server, srv PraefectInfoServiceServer) { argument
963 return srv.(PraefectInfoServiceServer).RepositoryReplicas(ctx, in)
970 return srv.(PraefectInfoServiceServer).RepositoryReplicas(ctx, req.(*RepositoryReplicasRequest))
1002 return srv.(PraefectInfoServiceServer).DatalossCheck(ctx, in)
1009 return srv.(PraefectInfoServiceServer).DatalossCheck(ctx, req.(*DatalossCheckRequest))
1020 return srv.(PraefectInfoServiceServer).SetAuthoritativeStorage(ctx, in)
1027 …return srv.(PraefectInfoServiceServer).SetAuthoritativeStorage(ctx, req.(*SetAuthoritativeStorageR…
1038 return srv.(PraefectInfoServiceServer).SetReplicationFactor(ctx, in)
1045 …return srv.(PraefectInfoServiceServer).SetReplicationFactor(ctx, req.(*SetReplicationFactorRequest…
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/service/info/
H A Dserver.go53 ) gitalypb.PraefectInfoServiceServer {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/service/info/
H A Dserver.go53 ) gitalypb.PraefectInfoServiceServer {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/service/info/
H A Dserver.go55 ) gitalypb.PraefectInfoServiceServer {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/cmd/praefect/
H A Dsubcmd_dataloss_test.go17 func registerPraefectInfoServer(impl gitalypb.PraefectInfoServiceServer) svcRegistrar { argument
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/cmd/praefect/
H A Dsubcmd_dataloss_test.go17 func registerPraefectInfoServer(impl gitalypb.PraefectInfoServiceServer) svcRegistrar { argument
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/cmd/praefect/
H A Dsubcmd_dataloss_test.go24 func registerPraefectInfoServer(impl gitalypb.PraefectInfoServiceServer) svcRegistrar { argument