Home
last modified time | relevance | path

Searched refs:ListRemotesResponse (Results 1 – 3 of 3) sorted by relevance

/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb/
H A Dremote.pb.go673 type ListRemotesResponse struct { struct
680 func (m *ListRemotesResponse) Reset() { *m = ListRemotesResponse{} } argument
681 func (m *ListRemotesResponse) String() string { return proto.CompactTextString(m) } argument
682 func (*ListRemotesResponse) ProtoMessage() {} argument
683 func (*ListRemotesResponse) Descriptor() ([]byte, []int) { argument
687 func (m *ListRemotesResponse) XXX_Unmarshal(b []byte) error { argument
693 func (m *ListRemotesResponse) XXX_Merge(src proto.Message) { argument
696 func (m *ListRemotesResponse) XXX_Size() int { argument
699 func (m *ListRemotesResponse) XXX_DiscardUnknown() { argument
705 func (m *ListRemotesResponse) GetRemotes() []*ListRemotesResponse_Remote { argument
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/proto/gitaly/
H A Dremote_pb.rb87ListRemotesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListRemotes… constant
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/
H A Dremote.proto157 message ListRemotesResponse { message