Home
last modified time | relevance | path

Searched defs:FetchInternalRemoteResponse (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.rb79FetchInternalRemoteResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.Fet… constant
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb/
H A Dremote.pb.go255 type FetchInternalRemoteResponse struct { struct
257 XXX_NoUnkeyedLiteral struct{} `json:"-"`
258 XXX_unrecognized []byte `json:"-"`
259 XXX_sizecache int32 `json:"-"`
264 func (*FetchInternalRemoteResponse) ProtoMessage() {}
265 func (*FetchInternalRemoteResponse) Descriptor() ([]byte, []int) {
269 func (m *FetchInternalRemoteResponse) XXX_Unmarshal(b []byte) error {
275 func (m *FetchInternalRemoteResponse) XXX_Merge(src proto.Message) {
278 func (m *FetchInternalRemoteResponse) XXX_Size() int {
281 func (m *FetchInternalRemoteResponse) XXX_DiscardUnknown() {
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/
H A Dremote.proto83 message FetchInternalRemoteResponse { message