Home
last modified time | relevance | path

Searched refs:PostReceivePackResponse (Results 1 – 18 of 18) sorted by relevance

/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb/
H A Dsmarthttp.pb.go323 type PostReceivePackResponse struct { struct
331 func (m *PostReceivePackResponse) Reset() { *m = PostReceivePackResponse{} } argument
333 func (*PostReceivePackResponse) ProtoMessage() {} argument
334 func (*PostReceivePackResponse) Descriptor() ([]byte, []int) { argument
344 func (m *PostReceivePackResponse) XXX_Merge(src proto.Message) { argument
347 func (m *PostReceivePackResponse) XXX_Size() int { argument
350 func (m *PostReceivePackResponse) XXX_DiscardUnknown() { argument
356 func (m *PostReceivePackResponse) GetData() []byte { argument
549 Recv() (*PostReceivePackResponse, error)
562 m := new(PostReceivePackResponse)
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb/
H A Dsmarthttp.pb.go463 type PostReceivePackResponse struct { struct
472 func (x *PostReceivePackResponse) Reset() { argument
473 *x = PostReceivePackResponse{}
481 func (x *PostReceivePackResponse) String() string { argument
485 func (*PostReceivePackResponse) ProtoMessage() {} argument
487 func (x *PostReceivePackResponse) ProtoReflect() protoreflect.Message { argument
500 func (*PostReceivePackResponse) Descriptor() ([]byte, []int) { argument
504 func (x *PostReceivePackResponse) GetData() []byte { argument
637 (*PostReceivePackResponse)(nil), // 7: gitaly.PostReceivePackResponse
755 switch v := v.(*PostReceivePackResponse); i {
H A Dsmarthttp_grpc.pb.go160 Recv() (*PostReceivePackResponse, error)
172 func (x *smartHTTPServicePostReceivePackClient) Recv() (*PostReceivePackResponse, error) {
173 m := new(PostReceivePackResponse)
324 Send(*PostReceivePackResponse) error argument
333 func (x *smartHTTPServicePostReceivePackServer) Send(m *PostReceivePackResponse) error {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb/
H A Dsmarthttp.pb.go463 type PostReceivePackResponse struct { struct
472 func (x *PostReceivePackResponse) Reset() { argument
473 *x = PostReceivePackResponse{}
481 func (x *PostReceivePackResponse) String() string { argument
485 func (*PostReceivePackResponse) ProtoMessage() {} argument
487 func (x *PostReceivePackResponse) ProtoReflect() protoreflect.Message { argument
500 func (*PostReceivePackResponse) Descriptor() ([]byte, []int) { argument
504 func (x *PostReceivePackResponse) GetData() []byte { argument
637 (*PostReceivePackResponse)(nil), // 7: gitaly.PostReceivePackResponse
755 switch v := v.(*PostReceivePackResponse); i {
H A Dsmarthttp_grpc.pb.go160 Recv() (*PostReceivePackResponse, error)
172 func (x *smartHTTPServicePostReceivePackClient) Recv() (*PostReceivePackResponse, error) {
173 m := new(PostReceivePackResponse)
324 Send(*PostReceivePackResponse) error argument
333 func (x *smartHTTPServicePostReceivePackServer) Send(m *PostReceivePackResponse) error {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/
H A Dsmarthttp.proto37 rpc PostReceivePack(stream PostReceivePackRequest) returns (stream PostReceivePackResponse) {
91 message PostReceivePackResponse { message
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/
H A Dsmarthttp.proto44 rpc PostReceivePack(stream PostReceivePackRequest) returns (stream PostReceivePackResponse) {
109 message PostReceivePackResponse { message
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/
H A Dsmarthttp.proto44 rpc PostReceivePack(stream PostReceivePackRequest) returns (stream PostReceivePackResponse) {
109 message PostReceivePackResponse { message
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/proto/gitaly/
H A Dsmarthttp_pb.rb48PostReceivePackResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostRec… constant
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/proto/gitaly/
H A Dsmarthttp_pb.rb57PostReceivePackResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostRec… constant
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/proto/gitaly/
H A Dsmarthttp_pb.rb57PostReceivePackResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostRec… constant
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/smarthttp/
H A Dreceive_pack.go37 return stream.Send(&gitalypb.PostReceivePackResponse{Data: p})
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/smarthttp/
H A Dreceive_pack.go37 return stream.Send(&gitalypb.PostReceivePackResponse{Data: p})
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/smarthttp/
H A Dreceive_pack.go37 return stream.Send(&gitalypb.PostReceivePackResponse{Data: p})
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/internal/testhelper/
H A Dgitaly.go174 return stream.Send(&gitalypb.PostReceivePackResponse{Data: p})
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/
H A Dserver_test.go674 if err := stream.Send(&gitalypb.PostReceivePackResponse{Data: req.GetData()}); err != nil {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/
H A Dserver_test.go739 if err := stream.Send(&gitalypb.PostReceivePackResponse{Data: req.GetData()}); err != nil {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/
H A Dserver_test.go740 if err := stream.Send(&gitalypb.PostReceivePackResponse{Data: req.GetData()}); err != nil {