Home
last modified time | relevance | path

Searched defs:ListRemotesRequest (Results 1 – 3 of 3) sorted by relevance

/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/proto/gitaly/
H A Dremote_pb.rb86ListRemotesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListRemotesR… constant
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb/
H A Dremote.pb.go634 type ListRemotesRequest struct { struct
636 XXX_NoUnkeyedLiteral struct{} `json:"-"`
637 XXX_unrecognized []byte `json:"-"`
638 XXX_sizecache int32 `json:"-"`
643 func (*ListRemotesRequest) ProtoMessage() {}
644 func (*ListRemotesRequest) Descriptor() ([]byte, []int) {
648 func (m *ListRemotesRequest) XXX_Unmarshal(b []byte) error {
654 func (m *ListRemotesRequest) XXX_Merge(src proto.Message) {
657 func (m *ListRemotesRequest) XXX_Size() int {
660 func (m *ListRemotesRequest) XXX_DiscardUnknown() {
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/
H A Dremote.proto153 message ListRemotesRequest { message