Home
last modified time | relevance | path

Searched defs:ListRemotesResponse (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.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/go/gitalypb/
H A Dremote.pb.go673 type ListRemotesResponse struct { struct
675 XXX_NoUnkeyedLiteral struct{} `json:"-"`
676 XXX_unrecognized []byte `json:"-"`
677 XXX_sizecache int32 `json:"-"`
682 func (*ListRemotesResponse) ProtoMessage() {}
683 func (*ListRemotesResponse) Descriptor() ([]byte, []int) {
687 func (m *ListRemotesResponse) XXX_Unmarshal(b []byte) error {
693 func (m *ListRemotesResponse) XXX_Merge(src proto.Message) {
696 func (m *ListRemotesResponse) XXX_Size() int {
699 func (m *ListRemotesResponse) XXX_DiscardUnknown() {
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/
H A Dremote.proto157 message ListRemotesResponse { message