Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'proto/go/gitalypb/remote.pb.go')
-rw-r--r--proto/go/gitalypb/remote.pb.go1532
1 files changed, 998 insertions, 534 deletions
diff --git a/proto/go/gitalypb/remote.pb.go b/proto/go/gitalypb/remote.pb.go
index 23ae90fe1..8d6967a4c 100644
--- a/proto/go/gitalypb/remote.pb.go
+++ b/proto/go/gitalypb/remote.pb.go
@@ -1,297 +1,353 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
+// versions:
+// protoc-gen-go v1.23.0
+// protoc v3.12.4
// source: remote.proto
package gitalypb
import (
context "context"
- fmt "fmt"
proto "github.com/golang/protobuf/proto"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
- math "math"
+ protoreflect "google.golang.org/protobuf/reflect/protoreflect"
+ protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
-// Reference imports to suppress errors if they are not otherwise used.
-var _ = proto.Marshal
-var _ = fmt.Errorf
-var _ = math.Inf
+const (
+ // Verify that this generated code is sufficiently up-to-date.
+ _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
+ // Verify that runtime/protoimpl is sufficiently up-to-date.
+ _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
+)
-// This is a compile-time assertion to ensure that this generated file
-// is compatible with the proto package it is being compiled against.
-// A compilation error at this line likely means your copy of the
-// proto package needs to be updated.
-const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
+// This is a compile-time assertion that a sufficiently up-to-date version
+// of the legacy proto package is being used.
+const _ = proto.ProtoPackageIsVersion4
type AddRemoteRequest struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Url string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
// If any, the remote is configured as a mirror with those mappings
- MirrorRefmaps []string `protobuf:"bytes,5,rep,name=mirror_refmaps,json=mirrorRefmaps,proto3" json:"mirror_refmaps,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ MirrorRefmaps []string `protobuf:"bytes,5,rep,name=mirror_refmaps,json=mirrorRefmaps,proto3" json:"mirror_refmaps,omitempty"`
}
-func (m *AddRemoteRequest) Reset() { *m = AddRemoteRequest{} }
-func (m *AddRemoteRequest) String() string { return proto.CompactTextString(m) }
-func (*AddRemoteRequest) ProtoMessage() {}
-func (*AddRemoteRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_eefc82927d57d89b, []int{0}
+func (x *AddRemoteRequest) Reset() {
+ *x = AddRemoteRequest{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_remote_proto_msgTypes[0]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
}
-func (m *AddRemoteRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AddRemoteRequest.Unmarshal(m, b)
+func (x *AddRemoteRequest) String() string {
+ return protoimpl.X.MessageStringOf(x)
}
-func (m *AddRemoteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AddRemoteRequest.Marshal(b, m, deterministic)
-}
-func (m *AddRemoteRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AddRemoteRequest.Merge(m, src)
-}
-func (m *AddRemoteRequest) XXX_Size() int {
- return xxx_messageInfo_AddRemoteRequest.Size(m)
-}
-func (m *AddRemoteRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_AddRemoteRequest.DiscardUnknown(m)
+
+func (*AddRemoteRequest) ProtoMessage() {}
+
+func (x *AddRemoteRequest) ProtoReflect() protoreflect.Message {
+ mi := &file_remote_proto_msgTypes[0]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
}
-var xxx_messageInfo_AddRemoteRequest proto.InternalMessageInfo
+// Deprecated: Use AddRemoteRequest.ProtoReflect.Descriptor instead.
+func (*AddRemoteRequest) Descriptor() ([]byte, []int) {
+ return file_remote_proto_rawDescGZIP(), []int{0}
+}
-func (m *AddRemoteRequest) GetRepository() *Repository {
- if m != nil {
- return m.Repository
+func (x *AddRemoteRequest) GetRepository() *Repository {
+ if x != nil {
+ return x.Repository
}
return nil
}
-func (m *AddRemoteRequest) GetName() string {
- if m != nil {
- return m.Name
+func (x *AddRemoteRequest) GetName() string {
+ if x != nil {
+ return x.Name
}
return ""
}
-func (m *AddRemoteRequest) GetUrl() string {
- if m != nil {
- return m.Url
+func (x *AddRemoteRequest) GetUrl() string {
+ if x != nil {
+ return x.Url
}
return ""
}
-func (m *AddRemoteRequest) GetMirrorRefmaps() []string {
- if m != nil {
- return m.MirrorRefmaps
+func (x *AddRemoteRequest) GetMirrorRefmaps() []string {
+ if x != nil {
+ return x.MirrorRefmaps
}
return nil
}
type AddRemoteResponse struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
}
-func (m *AddRemoteResponse) Reset() { *m = AddRemoteResponse{} }
-func (m *AddRemoteResponse) String() string { return proto.CompactTextString(m) }
-func (*AddRemoteResponse) ProtoMessage() {}
-func (*AddRemoteResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_eefc82927d57d89b, []int{1}
+func (x *AddRemoteResponse) Reset() {
+ *x = AddRemoteResponse{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_remote_proto_msgTypes[1]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
}
-func (m *AddRemoteResponse) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AddRemoteResponse.Unmarshal(m, b)
-}
-func (m *AddRemoteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AddRemoteResponse.Marshal(b, m, deterministic)
-}
-func (m *AddRemoteResponse) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AddRemoteResponse.Merge(m, src)
-}
-func (m *AddRemoteResponse) XXX_Size() int {
- return xxx_messageInfo_AddRemoteResponse.Size(m)
-}
-func (m *AddRemoteResponse) XXX_DiscardUnknown() {
- xxx_messageInfo_AddRemoteResponse.DiscardUnknown(m)
+func (x *AddRemoteResponse) String() string {
+ return protoimpl.X.MessageStringOf(x)
}
-var xxx_messageInfo_AddRemoteResponse proto.InternalMessageInfo
+func (*AddRemoteResponse) ProtoMessage() {}
-type RemoveRemoteRequest struct {
- Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
- Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+func (x *AddRemoteResponse) ProtoReflect() protoreflect.Message {
+ mi := &file_remote_proto_msgTypes[1]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
}
-func (m *RemoveRemoteRequest) Reset() { *m = RemoveRemoteRequest{} }
-func (m *RemoveRemoteRequest) String() string { return proto.CompactTextString(m) }
-func (*RemoveRemoteRequest) ProtoMessage() {}
-func (*RemoveRemoteRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_eefc82927d57d89b, []int{2}
+// Deprecated: Use AddRemoteResponse.ProtoReflect.Descriptor instead.
+func (*AddRemoteResponse) Descriptor() ([]byte, []int) {
+ return file_remote_proto_rawDescGZIP(), []int{1}
}
-func (m *RemoveRemoteRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_RemoveRemoteRequest.Unmarshal(m, b)
-}
-func (m *RemoveRemoteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_RemoveRemoteRequest.Marshal(b, m, deterministic)
+type RemoveRemoteRequest struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
+ Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
+ Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
}
-func (m *RemoveRemoteRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_RemoveRemoteRequest.Merge(m, src)
+
+func (x *RemoveRemoteRequest) Reset() {
+ *x = RemoveRemoteRequest{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_remote_proto_msgTypes[2]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
}
-func (m *RemoveRemoteRequest) XXX_Size() int {
- return xxx_messageInfo_RemoveRemoteRequest.Size(m)
+
+func (x *RemoveRemoteRequest) String() string {
+ return protoimpl.X.MessageStringOf(x)
}
-func (m *RemoveRemoteRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_RemoveRemoteRequest.DiscardUnknown(m)
+
+func (*RemoveRemoteRequest) ProtoMessage() {}
+
+func (x *RemoveRemoteRequest) ProtoReflect() protoreflect.Message {
+ mi := &file_remote_proto_msgTypes[2]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
}
-var xxx_messageInfo_RemoveRemoteRequest proto.InternalMessageInfo
+// Deprecated: Use RemoveRemoteRequest.ProtoReflect.Descriptor instead.
+func (*RemoveRemoteRequest) Descriptor() ([]byte, []int) {
+ return file_remote_proto_rawDescGZIP(), []int{2}
+}
-func (m *RemoveRemoteRequest) GetRepository() *Repository {
- if m != nil {
- return m.Repository
+func (x *RemoveRemoteRequest) GetRepository() *Repository {
+ if x != nil {
+ return x.Repository
}
return nil
}
-func (m *RemoveRemoteRequest) GetName() string {
- if m != nil {
- return m.Name
+func (x *RemoveRemoteRequest) GetName() string {
+ if x != nil {
+ return x.Name
}
return ""
}
type RemoveRemoteResponse struct {
- Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
-}
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
-func (m *RemoveRemoteResponse) Reset() { *m = RemoveRemoteResponse{} }
-func (m *RemoveRemoteResponse) String() string { return proto.CompactTextString(m) }
-func (*RemoveRemoteResponse) ProtoMessage() {}
-func (*RemoveRemoteResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_eefc82927d57d89b, []int{3}
+ Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
}
-func (m *RemoveRemoteResponse) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_RemoveRemoteResponse.Unmarshal(m, b)
-}
-func (m *RemoveRemoteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_RemoveRemoteResponse.Marshal(b, m, deterministic)
-}
-func (m *RemoveRemoteResponse) XXX_Merge(src proto.Message) {
- xxx_messageInfo_RemoveRemoteResponse.Merge(m, src)
+func (x *RemoveRemoteResponse) Reset() {
+ *x = RemoveRemoteResponse{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_remote_proto_msgTypes[3]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
}
-func (m *RemoveRemoteResponse) XXX_Size() int {
- return xxx_messageInfo_RemoveRemoteResponse.Size(m)
+
+func (x *RemoveRemoteResponse) String() string {
+ return protoimpl.X.MessageStringOf(x)
}
-func (m *RemoveRemoteResponse) XXX_DiscardUnknown() {
- xxx_messageInfo_RemoveRemoteResponse.DiscardUnknown(m)
+
+func (*RemoveRemoteResponse) ProtoMessage() {}
+
+func (x *RemoveRemoteResponse) ProtoReflect() protoreflect.Message {
+ mi := &file_remote_proto_msgTypes[3]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
}
-var xxx_messageInfo_RemoveRemoteResponse proto.InternalMessageInfo
+// Deprecated: Use RemoveRemoteResponse.ProtoReflect.Descriptor instead.
+func (*RemoveRemoteResponse) Descriptor() ([]byte, []int) {
+ return file_remote_proto_rawDescGZIP(), []int{3}
+}
-func (m *RemoveRemoteResponse) GetResult() bool {
- if m != nil {
- return m.Result
+func (x *RemoveRemoteResponse) GetResult() bool {
+ if x != nil {
+ return x.Result
}
return false
}
type FetchInternalRemoteRequest struct {
- Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
- RemoteRepository *Repository `protobuf:"bytes,2,opt,name=remote_repository,json=remoteRepository,proto3" json:"remote_repository,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
-}
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
-func (m *FetchInternalRemoteRequest) Reset() { *m = FetchInternalRemoteRequest{} }
-func (m *FetchInternalRemoteRequest) String() string { return proto.CompactTextString(m) }
-func (*FetchInternalRemoteRequest) ProtoMessage() {}
-func (*FetchInternalRemoteRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_eefc82927d57d89b, []int{4}
+ Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
+ RemoteRepository *Repository `protobuf:"bytes,2,opt,name=remote_repository,json=remoteRepository,proto3" json:"remote_repository,omitempty"`
}
-func (m *FetchInternalRemoteRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_FetchInternalRemoteRequest.Unmarshal(m, b)
-}
-func (m *FetchInternalRemoteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_FetchInternalRemoteRequest.Marshal(b, m, deterministic)
-}
-func (m *FetchInternalRemoteRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_FetchInternalRemoteRequest.Merge(m, src)
+func (x *FetchInternalRemoteRequest) Reset() {
+ *x = FetchInternalRemoteRequest{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_remote_proto_msgTypes[4]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
}
-func (m *FetchInternalRemoteRequest) XXX_Size() int {
- return xxx_messageInfo_FetchInternalRemoteRequest.Size(m)
+
+func (x *FetchInternalRemoteRequest) String() string {
+ return protoimpl.X.MessageStringOf(x)
}
-func (m *FetchInternalRemoteRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_FetchInternalRemoteRequest.DiscardUnknown(m)
+
+func (*FetchInternalRemoteRequest) ProtoMessage() {}
+
+func (x *FetchInternalRemoteRequest) ProtoReflect() protoreflect.Message {
+ mi := &file_remote_proto_msgTypes[4]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
}
-var xxx_messageInfo_FetchInternalRemoteRequest proto.InternalMessageInfo
+// Deprecated: Use FetchInternalRemoteRequest.ProtoReflect.Descriptor instead.
+func (*FetchInternalRemoteRequest) Descriptor() ([]byte, []int) {
+ return file_remote_proto_rawDescGZIP(), []int{4}
+}
-func (m *FetchInternalRemoteRequest) GetRepository() *Repository {
- if m != nil {
- return m.Repository
+func (x *FetchInternalRemoteRequest) GetRepository() *Repository {
+ if x != nil {
+ return x.Repository
}
return nil
}
-func (m *FetchInternalRemoteRequest) GetRemoteRepository() *Repository {
- if m != nil {
- return m.RemoteRepository
+func (x *FetchInternalRemoteRequest) GetRemoteRepository() *Repository {
+ if x != nil {
+ return x.RemoteRepository
}
return nil
}
type FetchInternalRemoteResponse struct {
- Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
-}
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
-func (m *FetchInternalRemoteResponse) Reset() { *m = FetchInternalRemoteResponse{} }
-func (m *FetchInternalRemoteResponse) String() string { return proto.CompactTextString(m) }
-func (*FetchInternalRemoteResponse) ProtoMessage() {}
-func (*FetchInternalRemoteResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_eefc82927d57d89b, []int{5}
+ Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
}
-func (m *FetchInternalRemoteResponse) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_FetchInternalRemoteResponse.Unmarshal(m, b)
-}
-func (m *FetchInternalRemoteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_FetchInternalRemoteResponse.Marshal(b, m, deterministic)
-}
-func (m *FetchInternalRemoteResponse) XXX_Merge(src proto.Message) {
- xxx_messageInfo_FetchInternalRemoteResponse.Merge(m, src)
+func (x *FetchInternalRemoteResponse) Reset() {
+ *x = FetchInternalRemoteResponse{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_remote_proto_msgTypes[5]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
}
-func (m *FetchInternalRemoteResponse) XXX_Size() int {
- return xxx_messageInfo_FetchInternalRemoteResponse.Size(m)
+
+func (x *FetchInternalRemoteResponse) String() string {
+ return protoimpl.X.MessageStringOf(x)
}
-func (m *FetchInternalRemoteResponse) XXX_DiscardUnknown() {
- xxx_messageInfo_FetchInternalRemoteResponse.DiscardUnknown(m)
+
+func (*FetchInternalRemoteResponse) ProtoMessage() {}
+
+func (x *FetchInternalRemoteResponse) ProtoReflect() protoreflect.Message {
+ mi := &file_remote_proto_msgTypes[5]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
}
-var xxx_messageInfo_FetchInternalRemoteResponse proto.InternalMessageInfo
+// Deprecated: Use FetchInternalRemoteResponse.ProtoReflect.Descriptor instead.
+func (*FetchInternalRemoteResponse) Descriptor() ([]byte, []int) {
+ return file_remote_proto_rawDescGZIP(), []int{5}
+}
-func (m *FetchInternalRemoteResponse) GetResult() bool {
- if m != nil {
- return m.Result
+func (x *FetchInternalRemoteResponse) GetResult() bool {
+ if x != nil {
+ return x.Result
}
return false
}
type UpdateRemoteMirrorRequest struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
// repository is the repository whose mirror repository to update.
Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
// ref_name is actually the remote to update.
@@ -309,166 +365,186 @@ type UpdateRemoteMirrorRequest struct {
KnownHosts string `protobuf:"bytes,5,opt,name=known_hosts,json=knownHosts,proto3" json:"known_hosts,omitempty"`
// keep_divergent_refs specifies whether or not to update diverged references in the
// mirror repository.
- KeepDivergentRefs bool `protobuf:"varint,6,opt,name=keep_divergent_refs,json=keepDivergentRefs,proto3" json:"keep_divergent_refs,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ KeepDivergentRefs bool `protobuf:"varint,6,opt,name=keep_divergent_refs,json=keepDivergentRefs,proto3" json:"keep_divergent_refs,omitempty"`
}
-func (m *UpdateRemoteMirrorRequest) Reset() { *m = UpdateRemoteMirrorRequest{} }
-func (m *UpdateRemoteMirrorRequest) String() string { return proto.CompactTextString(m) }
-func (*UpdateRemoteMirrorRequest) ProtoMessage() {}
-func (*UpdateRemoteMirrorRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_eefc82927d57d89b, []int{6}
+func (x *UpdateRemoteMirrorRequest) Reset() {
+ *x = UpdateRemoteMirrorRequest{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_remote_proto_msgTypes[6]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
}
-func (m *UpdateRemoteMirrorRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_UpdateRemoteMirrorRequest.Unmarshal(m, b)
-}
-func (m *UpdateRemoteMirrorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_UpdateRemoteMirrorRequest.Marshal(b, m, deterministic)
-}
-func (m *UpdateRemoteMirrorRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_UpdateRemoteMirrorRequest.Merge(m, src)
+func (x *UpdateRemoteMirrorRequest) String() string {
+ return protoimpl.X.MessageStringOf(x)
}
-func (m *UpdateRemoteMirrorRequest) XXX_Size() int {
- return xxx_messageInfo_UpdateRemoteMirrorRequest.Size(m)
-}
-func (m *UpdateRemoteMirrorRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_UpdateRemoteMirrorRequest.DiscardUnknown(m)
+
+func (*UpdateRemoteMirrorRequest) ProtoMessage() {}
+
+func (x *UpdateRemoteMirrorRequest) ProtoReflect() protoreflect.Message {
+ mi := &file_remote_proto_msgTypes[6]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
}
-var xxx_messageInfo_UpdateRemoteMirrorRequest proto.InternalMessageInfo
+// Deprecated: Use UpdateRemoteMirrorRequest.ProtoReflect.Descriptor instead.
+func (*UpdateRemoteMirrorRequest) Descriptor() ([]byte, []int) {
+ return file_remote_proto_rawDescGZIP(), []int{6}
+}
-func (m *UpdateRemoteMirrorRequest) GetRepository() *Repository {
- if m != nil {
- return m.Repository
+func (x *UpdateRemoteMirrorRequest) GetRepository() *Repository {
+ if x != nil {
+ return x.Repository
}
return nil
}
-func (m *UpdateRemoteMirrorRequest) GetRefName() string {
- if m != nil {
- return m.RefName
+func (x *UpdateRemoteMirrorRequest) GetRefName() string {
+ if x != nil {
+ return x.RefName
}
return ""
}
-func (m *UpdateRemoteMirrorRequest) GetOnlyBranchesMatching() [][]byte {
- if m != nil {
- return m.OnlyBranchesMatching
+func (x *UpdateRemoteMirrorRequest) GetOnlyBranchesMatching() [][]byte {
+ if x != nil {
+ return x.OnlyBranchesMatching
}
return nil
}
-func (m *UpdateRemoteMirrorRequest) GetSshKey() string {
- if m != nil {
- return m.SshKey
+func (x *UpdateRemoteMirrorRequest) GetSshKey() string {
+ if x != nil {
+ return x.SshKey
}
return ""
}
-func (m *UpdateRemoteMirrorRequest) GetKnownHosts() string {
- if m != nil {
- return m.KnownHosts
+func (x *UpdateRemoteMirrorRequest) GetKnownHosts() string {
+ if x != nil {
+ return x.KnownHosts
}
return ""
}
-func (m *UpdateRemoteMirrorRequest) GetKeepDivergentRefs() bool {
- if m != nil {
- return m.KeepDivergentRefs
+func (x *UpdateRemoteMirrorRequest) GetKeepDivergentRefs() bool {
+ if x != nil {
+ return x.KeepDivergentRefs
}
return false
}
type UpdateRemoteMirrorResponse struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
// divergent_refs contains a list of references that had diverged in the mirror from the
// source repository.
- DivergentRefs [][]byte `protobuf:"bytes,1,rep,name=divergent_refs,json=divergentRefs,proto3" json:"divergent_refs,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ DivergentRefs [][]byte `protobuf:"bytes,1,rep,name=divergent_refs,json=divergentRefs,proto3" json:"divergent_refs,omitempty"`
}
-func (m *UpdateRemoteMirrorResponse) Reset() { *m = UpdateRemoteMirrorResponse{} }
-func (m *UpdateRemoteMirrorResponse) String() string { return proto.CompactTextString(m) }
-func (*UpdateRemoteMirrorResponse) ProtoMessage() {}
-func (*UpdateRemoteMirrorResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_eefc82927d57d89b, []int{7}
+func (x *UpdateRemoteMirrorResponse) Reset() {
+ *x = UpdateRemoteMirrorResponse{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_remote_proto_msgTypes[7]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
}
-func (m *UpdateRemoteMirrorResponse) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_UpdateRemoteMirrorResponse.Unmarshal(m, b)
-}
-func (m *UpdateRemoteMirrorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_UpdateRemoteMirrorResponse.Marshal(b, m, deterministic)
-}
-func (m *UpdateRemoteMirrorResponse) XXX_Merge(src proto.Message) {
- xxx_messageInfo_UpdateRemoteMirrorResponse.Merge(m, src)
+func (x *UpdateRemoteMirrorResponse) String() string {
+ return protoimpl.X.MessageStringOf(x)
}
-func (m *UpdateRemoteMirrorResponse) XXX_Size() int {
- return xxx_messageInfo_UpdateRemoteMirrorResponse.Size(m)
-}
-func (m *UpdateRemoteMirrorResponse) XXX_DiscardUnknown() {
- xxx_messageInfo_UpdateRemoteMirrorResponse.DiscardUnknown(m)
+
+func (*UpdateRemoteMirrorResponse) ProtoMessage() {}
+
+func (x *UpdateRemoteMirrorResponse) ProtoReflect() protoreflect.Message {
+ mi := &file_remote_proto_msgTypes[7]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
}
-var xxx_messageInfo_UpdateRemoteMirrorResponse proto.InternalMessageInfo
+// Deprecated: Use UpdateRemoteMirrorResponse.ProtoReflect.Descriptor instead.
+func (*UpdateRemoteMirrorResponse) Descriptor() ([]byte, []int) {
+ return file_remote_proto_rawDescGZIP(), []int{7}
+}
-func (m *UpdateRemoteMirrorResponse) GetDivergentRefs() [][]byte {
- if m != nil {
- return m.DivergentRefs
+func (x *UpdateRemoteMirrorResponse) GetDivergentRefs() [][]byte {
+ if x != nil {
+ return x.DivergentRefs
}
return nil
}
type FindRemoteRepositoryRequest struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
Remote string `protobuf:"bytes,1,opt,name=remote,proto3" json:"remote,omitempty"`
// This field is used to redirect request to proper storage where it can be handled.
// As of now it doesn't matter what storage will be used, but it still must be a valid.
// For more details: https://gitlab.com/gitlab-org/gitaly/-/issues/2442
- StorageName string `protobuf:"bytes,2,opt,name=storage_name,json=storageName,proto3" json:"storage_name,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ StorageName string `protobuf:"bytes,2,opt,name=storage_name,json=storageName,proto3" json:"storage_name,omitempty"`
}
-func (m *FindRemoteRepositoryRequest) Reset() { *m = FindRemoteRepositoryRequest{} }
-func (m *FindRemoteRepositoryRequest) String() string { return proto.CompactTextString(m) }
-func (*FindRemoteRepositoryRequest) ProtoMessage() {}
-func (*FindRemoteRepositoryRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_eefc82927d57d89b, []int{8}
+func (x *FindRemoteRepositoryRequest) Reset() {
+ *x = FindRemoteRepositoryRequest{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_remote_proto_msgTypes[8]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
}
-func (m *FindRemoteRepositoryRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_FindRemoteRepositoryRequest.Unmarshal(m, b)
-}
-func (m *FindRemoteRepositoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_FindRemoteRepositoryRequest.Marshal(b, m, deterministic)
-}
-func (m *FindRemoteRepositoryRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_FindRemoteRepositoryRequest.Merge(m, src)
+func (x *FindRemoteRepositoryRequest) String() string {
+ return protoimpl.X.MessageStringOf(x)
}
-func (m *FindRemoteRepositoryRequest) XXX_Size() int {
- return xxx_messageInfo_FindRemoteRepositoryRequest.Size(m)
-}
-func (m *FindRemoteRepositoryRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_FindRemoteRepositoryRequest.DiscardUnknown(m)
+
+func (*FindRemoteRepositoryRequest) ProtoMessage() {}
+
+func (x *FindRemoteRepositoryRequest) ProtoReflect() protoreflect.Message {
+ mi := &file_remote_proto_msgTypes[8]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
}
-var xxx_messageInfo_FindRemoteRepositoryRequest proto.InternalMessageInfo
+// Deprecated: Use FindRemoteRepositoryRequest.ProtoReflect.Descriptor instead.
+func (*FindRemoteRepositoryRequest) Descriptor() ([]byte, []int) {
+ return file_remote_proto_rawDescGZIP(), []int{8}
+}
-func (m *FindRemoteRepositoryRequest) GetRemote() string {
- if m != nil {
- return m.Remote
+func (x *FindRemoteRepositoryRequest) GetRemote() string {
+ if x != nil {
+ return x.Remote
}
return ""
}
-func (m *FindRemoteRepositoryRequest) GetStorageName() string {
- if m != nil {
- return m.StorageName
+func (x *FindRemoteRepositoryRequest) GetStorageName() string {
+ if x != nil {
+ return x.StorageName
}
return ""
}
@@ -476,46 +552,58 @@ func (m *FindRemoteRepositoryRequest) GetStorageName() string {
// This migth throw a GRPC Unavailable code, to signal the request failure
// is transient.
type FindRemoteRepositoryResponse struct {
- Exists bool `protobuf:"varint,1,opt,name=exists,proto3" json:"exists,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
-}
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
-func (m *FindRemoteRepositoryResponse) Reset() { *m = FindRemoteRepositoryResponse{} }
-func (m *FindRemoteRepositoryResponse) String() string { return proto.CompactTextString(m) }
-func (*FindRemoteRepositoryResponse) ProtoMessage() {}
-func (*FindRemoteRepositoryResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_eefc82927d57d89b, []int{9}
+ Exists bool `protobuf:"varint,1,opt,name=exists,proto3" json:"exists,omitempty"`
}
-func (m *FindRemoteRepositoryResponse) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_FindRemoteRepositoryResponse.Unmarshal(m, b)
-}
-func (m *FindRemoteRepositoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_FindRemoteRepositoryResponse.Marshal(b, m, deterministic)
-}
-func (m *FindRemoteRepositoryResponse) XXX_Merge(src proto.Message) {
- xxx_messageInfo_FindRemoteRepositoryResponse.Merge(m, src)
+func (x *FindRemoteRepositoryResponse) Reset() {
+ *x = FindRemoteRepositoryResponse{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_remote_proto_msgTypes[9]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
}
-func (m *FindRemoteRepositoryResponse) XXX_Size() int {
- return xxx_messageInfo_FindRemoteRepositoryResponse.Size(m)
+
+func (x *FindRemoteRepositoryResponse) String() string {
+ return protoimpl.X.MessageStringOf(x)
}
-func (m *FindRemoteRepositoryResponse) XXX_DiscardUnknown() {
- xxx_messageInfo_FindRemoteRepositoryResponse.DiscardUnknown(m)
+
+func (*FindRemoteRepositoryResponse) ProtoMessage() {}
+
+func (x *FindRemoteRepositoryResponse) ProtoReflect() protoreflect.Message {
+ mi := &file_remote_proto_msgTypes[9]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
}
-var xxx_messageInfo_FindRemoteRepositoryResponse proto.InternalMessageInfo
+// Deprecated: Use FindRemoteRepositoryResponse.ProtoReflect.Descriptor instead.
+func (*FindRemoteRepositoryResponse) Descriptor() ([]byte, []int) {
+ return file_remote_proto_rawDescGZIP(), []int{9}
+}
-func (m *FindRemoteRepositoryResponse) GetExists() bool {
- if m != nil {
- return m.Exists
+func (x *FindRemoteRepositoryResponse) GetExists() bool {
+ if x != nil {
+ return x.Exists
}
return false
}
// FindRemoteRootRefRequest represents a request for the FindRemoteRootRef RPC.
type FindRemoteRootRefRequest struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
// Repository is the repository in which the request shall be executed in. If
// a remote name is given, then this is the repository in which the remote
// will be looked up.
@@ -524,67 +612,73 @@ type FindRemoteRootRefRequest struct {
// looked up. The remote must have been created before this call. This
// parameter is deprecated in favor of `RemoteUrl`, see
// https://gitlab.com/gitlab-org/gitaly/-/issues/1773.
- Remote string `protobuf:"bytes,2,opt,name=remote,proto3" json:"remote,omitempty"` // Deprecated: Do not use.
+ //
+ // Deprecated: Do not use.
+ Remote string `protobuf:"bytes,2,opt,name=remote,proto3" json:"remote,omitempty"`
// RemoteUrl specifies the remote repository URL which should be fetched from.
RemoteUrl string `protobuf:"bytes,3,opt,name=remote_url,json=remoteUrl,proto3" json:"remote_url,omitempty"`
// HttpAuthorizationHeader is the HTTP header which should be added to the
// request in order to authenticate against the repository.
- HttpAuthorizationHeader string `protobuf:"bytes,4,opt,name=http_authorization_header,json=httpAuthorizationHeader,proto3" json:"http_authorization_header,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ HttpAuthorizationHeader string `protobuf:"bytes,4,opt,name=http_authorization_header,json=httpAuthorizationHeader,proto3" json:"http_authorization_header,omitempty"`
}
-func (m *FindRemoteRootRefRequest) Reset() { *m = FindRemoteRootRefRequest{} }
-func (m *FindRemoteRootRefRequest) String() string { return proto.CompactTextString(m) }
-func (*FindRemoteRootRefRequest) ProtoMessage() {}
-func (*FindRemoteRootRefRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_eefc82927d57d89b, []int{10}
+func (x *FindRemoteRootRefRequest) Reset() {
+ *x = FindRemoteRootRefRequest{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_remote_proto_msgTypes[10]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
}
-func (m *FindRemoteRootRefRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_FindRemoteRootRefRequest.Unmarshal(m, b)
-}
-func (m *FindRemoteRootRefRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_FindRemoteRootRefRequest.Marshal(b, m, deterministic)
-}
-func (m *FindRemoteRootRefRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_FindRemoteRootRefRequest.Merge(m, src)
+func (x *FindRemoteRootRefRequest) String() string {
+ return protoimpl.X.MessageStringOf(x)
}
-func (m *FindRemoteRootRefRequest) XXX_Size() int {
- return xxx_messageInfo_FindRemoteRootRefRequest.Size(m)
-}
-func (m *FindRemoteRootRefRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_FindRemoteRootRefRequest.DiscardUnknown(m)
+
+func (*FindRemoteRootRefRequest) ProtoMessage() {}
+
+func (x *FindRemoteRootRefRequest) ProtoReflect() protoreflect.Message {
+ mi := &file_remote_proto_msgTypes[10]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
}
-var xxx_messageInfo_FindRemoteRootRefRequest proto.InternalMessageInfo
+// Deprecated: Use FindRemoteRootRefRequest.ProtoReflect.Descriptor instead.
+func (*FindRemoteRootRefRequest) Descriptor() ([]byte, []int) {
+ return file_remote_proto_rawDescGZIP(), []int{10}
+}
-func (m *FindRemoteRootRefRequest) GetRepository() *Repository {
- if m != nil {
- return m.Repository
+func (x *FindRemoteRootRefRequest) GetRepository() *Repository {
+ if x != nil {
+ return x.Repository
}
return nil
}
// Deprecated: Do not use.
-func (m *FindRemoteRootRefRequest) GetRemote() string {
- if m != nil {
- return m.Remote
+func (x *FindRemoteRootRefRequest) GetRemote() string {
+ if x != nil {
+ return x.Remote
}
return ""
}
-func (m *FindRemoteRootRefRequest) GetRemoteUrl() string {
- if m != nil {
- return m.RemoteUrl
+func (x *FindRemoteRootRefRequest) GetRemoteUrl() string {
+ if x != nil {
+ return x.RemoteUrl
}
return ""
}
-func (m *FindRemoteRootRefRequest) GetHttpAuthorizationHeader() string {
- if m != nil {
- return m.HttpAuthorizationHeader
+func (x *FindRemoteRootRefRequest) GetHttpAuthorizationHeader() string {
+ if x != nil {
+ return x.HttpAuthorizationHeader
}
return ""
}
@@ -592,261 +686,631 @@ func (m *FindRemoteRootRefRequest) GetHttpAuthorizationHeader() string {
// FindRemoteRootRefResponse represents the response for the FindRemoteRootRef
// request.
type FindRemoteRootRefResponse struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
// Ref is the name of the remote root reference.
- Ref string `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ Ref string `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"`
}
-func (m *FindRemoteRootRefResponse) Reset() { *m = FindRemoteRootRefResponse{} }
-func (m *FindRemoteRootRefResponse) String() string { return proto.CompactTextString(m) }
-func (*FindRemoteRootRefResponse) ProtoMessage() {}
-func (*FindRemoteRootRefResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_eefc82927d57d89b, []int{11}
+func (x *FindRemoteRootRefResponse) Reset() {
+ *x = FindRemoteRootRefResponse{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_remote_proto_msgTypes[11]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
}
-func (m *FindRemoteRootRefResponse) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_FindRemoteRootRefResponse.Unmarshal(m, b)
-}
-func (m *FindRemoteRootRefResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_FindRemoteRootRefResponse.Marshal(b, m, deterministic)
-}
-func (m *FindRemoteRootRefResponse) XXX_Merge(src proto.Message) {
- xxx_messageInfo_FindRemoteRootRefResponse.Merge(m, src)
+func (x *FindRemoteRootRefResponse) String() string {
+ return protoimpl.X.MessageStringOf(x)
}
-func (m *FindRemoteRootRefResponse) XXX_Size() int {
- return xxx_messageInfo_FindRemoteRootRefResponse.Size(m)
-}
-func (m *FindRemoteRootRefResponse) XXX_DiscardUnknown() {
- xxx_messageInfo_FindRemoteRootRefResponse.DiscardUnknown(m)
+
+func (*FindRemoteRootRefResponse) ProtoMessage() {}
+
+func (x *FindRemoteRootRefResponse) ProtoReflect() protoreflect.Message {
+ mi := &file_remote_proto_msgTypes[11]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
}
-var xxx_messageInfo_FindRemoteRootRefResponse proto.InternalMessageInfo
+// Deprecated: Use FindRemoteRootRefResponse.ProtoReflect.Descriptor instead.
+func (*FindRemoteRootRefResponse) Descriptor() ([]byte, []int) {
+ return file_remote_proto_rawDescGZIP(), []int{11}
+}
-func (m *FindRemoteRootRefResponse) GetRef() string {
- if m != nil {
- return m.Ref
+func (x *FindRemoteRootRefResponse) GetRef() string {
+ if x != nil {
+ return x.Ref
}
return ""
}
type ListRemotesRequest struct {
- Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
-}
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
-func (m *ListRemotesRequest) Reset() { *m = ListRemotesRequest{} }
-func (m *ListRemotesRequest) String() string { return proto.CompactTextString(m) }
-func (*ListRemotesRequest) ProtoMessage() {}
-func (*ListRemotesRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_eefc82927d57d89b, []int{12}
+ Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
}
-func (m *ListRemotesRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_ListRemotesRequest.Unmarshal(m, b)
-}
-func (m *ListRemotesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_ListRemotesRequest.Marshal(b, m, deterministic)
-}
-func (m *ListRemotesRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_ListRemotesRequest.Merge(m, src)
+func (x *ListRemotesRequest) Reset() {
+ *x = ListRemotesRequest{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_remote_proto_msgTypes[12]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
}
-func (m *ListRemotesRequest) XXX_Size() int {
- return xxx_messageInfo_ListRemotesRequest.Size(m)
+
+func (x *ListRemotesRequest) String() string {
+ return protoimpl.X.MessageStringOf(x)
}
-func (m *ListRemotesRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_ListRemotesRequest.DiscardUnknown(m)
+
+func (*ListRemotesRequest) ProtoMessage() {}
+
+func (x *ListRemotesRequest) ProtoReflect() protoreflect.Message {
+ mi := &file_remote_proto_msgTypes[12]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
}
-var xxx_messageInfo_ListRemotesRequest proto.InternalMessageInfo
+// Deprecated: Use ListRemotesRequest.ProtoReflect.Descriptor instead.
+func (*ListRemotesRequest) Descriptor() ([]byte, []int) {
+ return file_remote_proto_rawDescGZIP(), []int{12}
+}
-func (m *ListRemotesRequest) GetRepository() *Repository {
- if m != nil {
- return m.Repository
+func (x *ListRemotesRequest) GetRepository() *Repository {
+ if x != nil {
+ return x.Repository
}
return nil
}
type ListRemotesResponse struct {
- Remotes []*ListRemotesResponse_Remote `protobuf:"bytes,1,rep,name=remotes,proto3" json:"remotes,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
-}
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
-func (m *ListRemotesResponse) Reset() { *m = ListRemotesResponse{} }
-func (m *ListRemotesResponse) String() string { return proto.CompactTextString(m) }
-func (*ListRemotesResponse) ProtoMessage() {}
-func (*ListRemotesResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_eefc82927d57d89b, []int{13}
+ Remotes []*ListRemotesResponse_Remote `protobuf:"bytes,1,rep,name=remotes,proto3" json:"remotes,omitempty"`
}
-func (m *ListRemotesResponse) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_ListRemotesResponse.Unmarshal(m, b)
-}
-func (m *ListRemotesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_ListRemotesResponse.Marshal(b, m, deterministic)
-}
-func (m *ListRemotesResponse) XXX_Merge(src proto.Message) {
- xxx_messageInfo_ListRemotesResponse.Merge(m, src)
+func (x *ListRemotesResponse) Reset() {
+ *x = ListRemotesResponse{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_remote_proto_msgTypes[13]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
}
-func (m *ListRemotesResponse) XXX_Size() int {
- return xxx_messageInfo_ListRemotesResponse.Size(m)
+
+func (x *ListRemotesResponse) String() string {
+ return protoimpl.X.MessageStringOf(x)
}
-func (m *ListRemotesResponse) XXX_DiscardUnknown() {
- xxx_messageInfo_ListRemotesResponse.DiscardUnknown(m)
+
+func (*ListRemotesResponse) ProtoMessage() {}
+
+func (x *ListRemotesResponse) ProtoReflect() protoreflect.Message {
+ mi := &file_remote_proto_msgTypes[13]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
}
-var xxx_messageInfo_ListRemotesResponse proto.InternalMessageInfo
+// Deprecated: Use ListRemotesResponse.ProtoReflect.Descriptor instead.
+func (*ListRemotesResponse) Descriptor() ([]byte, []int) {
+ return file_remote_proto_rawDescGZIP(), []int{13}
+}
-func (m *ListRemotesResponse) GetRemotes() []*ListRemotesResponse_Remote {
- if m != nil {
- return m.Remotes
+func (x *ListRemotesResponse) GetRemotes() []*ListRemotesResponse_Remote {
+ if x != nil {
+ return x.Remotes
}
return nil
}
type ListRemotesResponse_Remote struct {
- Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
- FetchUrl string `protobuf:"bytes,2,opt,name=fetch_url,json=fetchUrl,proto3" json:"fetch_url,omitempty"`
- PushUrl string `protobuf:"bytes,3,opt,name=push_url,json=pushUrl,proto3" json:"push_url,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
-}
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
-func (m *ListRemotesResponse_Remote) Reset() { *m = ListRemotesResponse_Remote{} }
-func (m *ListRemotesResponse_Remote) String() string { return proto.CompactTextString(m) }
-func (*ListRemotesResponse_Remote) ProtoMessage() {}
-func (*ListRemotesResponse_Remote) Descriptor() ([]byte, []int) {
- return fileDescriptor_eefc82927d57d89b, []int{13, 0}
+ Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
+ FetchUrl string `protobuf:"bytes,2,opt,name=fetch_url,json=fetchUrl,proto3" json:"fetch_url,omitempty"`
+ PushUrl string `protobuf:"bytes,3,opt,name=push_url,json=pushUrl,proto3" json:"push_url,omitempty"`
}
-func (m *ListRemotesResponse_Remote) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_ListRemotesResponse_Remote.Unmarshal(m, b)
-}
-func (m *ListRemotesResponse_Remote) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_ListRemotesResponse_Remote.Marshal(b, m, deterministic)
-}
-func (m *ListRemotesResponse_Remote) XXX_Merge(src proto.Message) {
- xxx_messageInfo_ListRemotesResponse_Remote.Merge(m, src)
+func (x *ListRemotesResponse_Remote) Reset() {
+ *x = ListRemotesResponse_Remote{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_remote_proto_msgTypes[14]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
}
-func (m *ListRemotesResponse_Remote) XXX_Size() int {
- return xxx_messageInfo_ListRemotesResponse_Remote.Size(m)
+
+func (x *ListRemotesResponse_Remote) String() string {
+ return protoimpl.X.MessageStringOf(x)
}
-func (m *ListRemotesResponse_Remote) XXX_DiscardUnknown() {
- xxx_messageInfo_ListRemotesResponse_Remote.DiscardUnknown(m)
+
+func (*ListRemotesResponse_Remote) ProtoMessage() {}
+
+func (x *ListRemotesResponse_Remote) ProtoReflect() protoreflect.Message {
+ mi := &file_remote_proto_msgTypes[14]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
}
-var xxx_messageInfo_ListRemotesResponse_Remote proto.InternalMessageInfo
+// Deprecated: Use ListRemotesResponse_Remote.ProtoReflect.Descriptor instead.
+func (*ListRemotesResponse_Remote) Descriptor() ([]byte, []int) {
+ return file_remote_proto_rawDescGZIP(), []int{13, 0}
+}
-func (m *ListRemotesResponse_Remote) GetName() string {
- if m != nil {
- return m.Name
+func (x *ListRemotesResponse_Remote) GetName() string {
+ if x != nil {
+ return x.Name
}
return ""
}
-func (m *ListRemotesResponse_Remote) GetFetchUrl() string {
- if m != nil {
- return m.FetchUrl
+func (x *ListRemotesResponse_Remote) GetFetchUrl() string {
+ if x != nil {
+ return x.FetchUrl
}
return ""
}
-func (m *ListRemotesResponse_Remote) GetPushUrl() string {
- if m != nil {
- return m.PushUrl
+func (x *ListRemotesResponse_Remote) GetPushUrl() string {
+ if x != nil {
+ return x.PushUrl
}
return ""
}
-func init() {
- proto.RegisterType((*AddRemoteRequest)(nil), "gitaly.AddRemoteRequest")
- proto.RegisterType((*AddRemoteResponse)(nil), "gitaly.AddRemoteResponse")
- proto.RegisterType((*RemoveRemoteRequest)(nil), "gitaly.RemoveRemoteRequest")
- proto.RegisterType((*RemoveRemoteResponse)(nil), "gitaly.RemoveRemoteResponse")
- proto.RegisterType((*FetchInternalRemoteRequest)(nil), "gitaly.FetchInternalRemoteRequest")
- proto.RegisterType((*FetchInternalRemoteResponse)(nil), "gitaly.FetchInternalRemoteResponse")
- proto.RegisterType((*UpdateRemoteMirrorRequest)(nil), "gitaly.UpdateRemoteMirrorRequest")
- proto.RegisterType((*UpdateRemoteMirrorResponse)(nil), "gitaly.UpdateRemoteMirrorResponse")
- proto.RegisterType((*FindRemoteRepositoryRequest)(nil), "gitaly.FindRemoteRepositoryRequest")
- proto.RegisterType((*FindRemoteRepositoryResponse)(nil), "gitaly.FindRemoteRepositoryResponse")
- proto.RegisterType((*FindRemoteRootRefRequest)(nil), "gitaly.FindRemoteRootRefRequest")
- proto.RegisterType((*FindRemoteRootRefResponse)(nil), "gitaly.FindRemoteRootRefResponse")
- proto.RegisterType((*ListRemotesRequest)(nil), "gitaly.ListRemotesRequest")
- proto.RegisterType((*ListRemotesResponse)(nil), "gitaly.ListRemotesResponse")
- proto.RegisterType((*ListRemotesResponse_Remote)(nil), "gitaly.ListRemotesResponse.Remote")
-}
-
-func init() { proto.RegisterFile("remote.proto", fileDescriptor_eefc82927d57d89b) }
-
-var fileDescriptor_eefc82927d57d89b = []byte{
- // 831 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0xcd, 0x8e, 0xe3, 0x44,
- 0x10, 0x96, 0x1d, 0x6f, 0xc6, 0xa9, 0x64, 0x56, 0x49, 0x67, 0xb4, 0xeb, 0x38, 0x8b, 0xc8, 0x1a,
- 0x56, 0xe4, 0xc0, 0x26, 0x68, 0xf8, 0x11, 0x42, 0x48, 0x68, 0x03, 0x5a, 0x0d, 0x3f, 0xbb, 0x12,
- 0x86, 0xb9, 0x70, 0xc0, 0x38, 0x49, 0x27, 0xb6, 0xe2, 0xb8, 0x4d, 0x77, 0x67, 0x20, 0x3c, 0x01,
- 0x47, 0x6e, 0xc3, 0x2b, 0x70, 0xe1, 0x31, 0x38, 0xc0, 0x1b, 0xcd, 0x09, 0xf5, 0x4f, 0x1c, 0x27,
- 0xe3, 0x84, 0xc3, 0xb0, 0xb7, 0xee, 0xfa, 0xaa, 0xbf, 0xaa, 0xfa, 0xaa, 0xbb, 0x6c, 0x68, 0x50,
- 0xbc, 0x24, 0x1c, 0x0f, 0x32, 0x4a, 0x38, 0x41, 0xd5, 0x79, 0xcc, 0xc3, 0x64, 0xed, 0x42, 0x12,
- 0xa7, 0x5c, 0xd9, 0xdc, 0x06, 0x8b, 0x42, 0x8a, 0xa7, 0x6a, 0xe7, 0xfd, 0x69, 0x40, 0xf3, 0xd9,
- 0x74, 0xea, 0xcb, 0x53, 0x3e, 0xfe, 0x71, 0x85, 0x19, 0x47, 0x1f, 0x02, 0x50, 0x9c, 0x11, 0x16,
- 0x73, 0x42, 0xd7, 0x8e, 0xd1, 0x33, 0xfa, 0xf5, 0x73, 0x34, 0x50, 0x5c, 0x03, 0x3f, 0x47, 0x46,
- 0xd6, 0xef, 0x7f, 0xbd, 0x6d, 0xf8, 0x05, 0x5f, 0x84, 0xc0, 0x4a, 0xc3, 0x25, 0x76, 0xcc, 0x9e,
- 0xd1, 0xaf, 0xf9, 0x72, 0x8d, 0x9a, 0x50, 0x59, 0xd1, 0xc4, 0xa9, 0x48, 0x93, 0x58, 0xa2, 0x27,
- 0x70, 0x7f, 0x19, 0x53, 0x4a, 0x68, 0x40, 0xf1, 0x6c, 0x19, 0x66, 0xcc, 0xb9, 0xd7, 0xab, 0xf4,
- 0x6b, 0xfe, 0xa9, 0xb2, 0xfa, 0xca, 0xf8, 0x85, 0x65, 0x5b, 0xcd, 0x7b, 0x1b, 0xa3, 0x76, 0xf5,
- 0xda, 0xd0, 0x2a, 0xe4, 0xcb, 0x32, 0x92, 0x32, 0xec, 0x4d, 0xa0, 0x2d, 0x2c, 0x57, 0xf8, 0x15,
- 0xd6, 0xe1, 0x0d, 0xe0, 0x6c, 0x37, 0x88, 0x0a, 0x8e, 0x1e, 0x40, 0x95, 0x62, 0xb6, 0x4a, 0xb8,
- 0x8c, 0x60, 0xfb, 0x7a, 0xe7, 0x5d, 0x1b, 0xe0, 0x3e, 0xc7, 0x7c, 0x12, 0x7d, 0x9e, 0x72, 0x4c,
- 0xd3, 0x30, 0xf9, 0xbf, 0x92, 0xfb, 0x04, 0x5a, 0xaa, 0xcb, 0x41, 0x81, 0xc0, 0x3c, 0x44, 0xe0,
- 0x37, 0xa9, 0x8e, 0xbb, 0xb1, 0x78, 0xef, 0x43, 0xb7, 0x34, 0xb1, 0xff, 0x28, 0xe8, 0x37, 0x13,
- 0x3a, 0x97, 0xd9, 0x34, 0xe4, 0x5a, 0x81, 0x17, 0xba, 0x5b, 0x77, 0xad, 0xa7, 0x03, 0x36, 0xc5,
- 0xb3, 0xa0, 0x20, 0xf8, 0x09, 0xc5, 0xb3, 0x97, 0xe2, 0xee, 0xbc, 0x07, 0x0f, 0x48, 0x9a, 0xac,
- 0x83, 0x31, 0x0d, 0xd3, 0x49, 0x84, 0x59, 0xb0, 0x0c, 0xf9, 0x24, 0x8a, 0xd3, 0xb9, 0x53, 0xe9,
- 0x55, 0xfa, 0x0d, 0xff, 0x4c, 0xa0, 0x23, 0x0d, 0xbe, 0xd0, 0x18, 0x7a, 0x08, 0x27, 0x8c, 0x45,
- 0xc1, 0x02, 0xaf, 0x1d, 0x4b, 0xf2, 0x55, 0x19, 0x8b, 0xbe, 0xc4, 0x6b, 0xf4, 0x3a, 0xd4, 0x17,
- 0x29, 0xf9, 0x29, 0x0d, 0x22, 0xc2, 0xb8, 0xb8, 0x75, 0x02, 0x04, 0x69, 0xba, 0x10, 0x16, 0x34,
- 0x80, 0xf6, 0x02, 0xe3, 0x2c, 0x98, 0xc6, 0x57, 0x98, 0xce, 0x71, 0xca, 0xc5, 0xb5, 0x63, 0x4e,
- 0x55, 0xea, 0xd0, 0x12, 0xd0, 0x67, 0x1b, 0xc4, 0xc7, 0x33, 0xe6, 0x7d, 0x0a, 0x6e, 0x99, 0x22,
- 0x5a, 0xc8, 0x27, 0x70, 0x7f, 0x8f, 0xc8, 0x90, 0x59, 0x9f, 0x4e, 0x77, 0x48, 0xbe, 0x87, 0xee,
- 0xf3, 0x38, 0xcd, 0xef, 0x74, 0xde, 0x38, 0x2d, 0xac, 0x6c, 0x87, 0x80, 0xa4, 0xa8, 0x35, 0x5f,
- 0xef, 0xd0, 0x5b, 0xd0, 0x60, 0x9c, 0xd0, 0x70, 0x8e, 0x0b, 0xd2, 0x8d, 0xac, 0x5f, 0x85, 0xbc,
- 0x75, 0x8d, 0x08, 0x11, 0xbd, 0x0f, 0xe0, 0x51, 0x39, 0xff, 0xb6, 0xdf, 0xf8, 0xe7, 0x58, 0x08,
- 0xa2, 0xfb, 0xad, 0x76, 0xde, 0x3f, 0x06, 0x38, 0x85, 0x83, 0x84, 0x88, 0x74, 0xef, 0xde, 0x6e,
- 0x37, 0xaf, 0x47, 0x65, 0x6c, 0x3a, 0x46, 0x5e, 0xd3, 0x6b, 0x82, 0x55, 0x5e, 0xed, 0xed, 0xc8,
- 0xa8, 0x29, 0xcb, 0x25, 0x4d, 0xd0, 0x47, 0xd0, 0x89, 0x38, 0xcf, 0x82, 0x70, 0xc5, 0x23, 0x42,
- 0xe3, 0x5f, 0x42, 0x1e, 0x93, 0x34, 0x88, 0x70, 0x38, 0xc5, 0x54, 0xb7, 0xfa, 0xa1, 0x70, 0x78,
- 0x56, 0xc4, 0x2f, 0x24, 0xec, 0x3d, 0x85, 0x4e, 0x49, 0x31, 0x5a, 0x82, 0x26, 0x54, 0x28, 0x9e,
- 0x69, 0x81, 0xc5, 0xd2, 0x7b, 0x09, 0xe8, 0xab, 0x98, 0x71, 0xe5, 0xce, 0xee, 0x5c, 0xb5, 0xf7,
- 0x87, 0x01, 0xed, 0x1d, 0x42, 0x1d, 0xf9, 0x63, 0x38, 0x51, 0xf5, 0xa9, 0xcb, 0x51, 0x3f, 0xf7,
- 0x36, 0x74, 0x25, 0xde, 0x03, 0x9d, 0xfd, 0xe6, 0x88, 0xfb, 0x2d, 0x54, 0x95, 0x29, 0x9f, 0x58,
- 0x46, 0x61, 0xf2, 0x76, 0xa1, 0x36, 0x13, 0xef, 0x5c, 0x8a, 0xa9, 0x5e, 0x96, 0x2d, 0x0d, 0x42,
- 0xcb, 0x0e, 0xd8, 0xd9, 0x8a, 0x45, 0x05, 0xa1, 0x4f, 0xc4, 0xfe, 0x92, 0x26, 0xe7, 0x7f, 0x5b,
- 0x70, 0xaa, 0x68, 0xbf, 0xc1, 0xf4, 0x2a, 0x9e, 0x60, 0x74, 0x01, 0xb5, 0x7c, 0xea, 0x22, 0x67,
- 0x93, 0xe1, 0xfe, 0x87, 0xc3, 0xed, 0x94, 0x20, 0x7a, 0x44, 0x57, 0x6f, 0xae, 0xfb, 0xa6, 0x6d,
- 0xa0, 0x19, 0xb4, 0x4b, 0x66, 0x0f, 0xca, 0xab, 0x3e, 0x3c, 0x31, 0xdd, 0x37, 0x8e, 0xfa, 0xec,
- 0xc5, 0xf9, 0x1a, 0x1a, 0xc5, 0x69, 0x8d, 0xba, 0xdb, 0x2e, 0xdd, 0xfa, 0x50, 0xb8, 0x8f, 0xca,
- 0xc1, 0x3d, 0x4a, 0x0c, 0xe8, 0xf6, 0x63, 0x47, 0x8f, 0x37, 0x67, 0x0f, 0x8e, 0x46, 0xd7, 0x3b,
- 0xe6, 0xb2, 0x13, 0xc4, 0xec, 0x1b, 0x68, 0x01, 0x67, 0x65, 0xcf, 0x15, 0x6d, 0xcb, 0x3f, 0x3c,
- 0x2c, 0xdc, 0x37, 0x8f, 0x3b, 0xe9, 0x60, 0xf6, 0xcd, 0x75, 0xdf, 0xb2, 0xcd, 0xa6, 0x89, 0x7e,
- 0x80, 0xd6, 0xad, 0x57, 0x81, 0x7a, 0x25, 0x24, 0x3b, 0xaf, 0xdf, 0x7d, 0x7c, 0xc4, 0x63, 0xb7,
- 0xa0, 0xd1, 0x3b, 0xdf, 0x09, 0xdf, 0x24, 0x1c, 0x0f, 0x26, 0x64, 0x39, 0x54, 0xcb, 0xa7, 0x84,
- 0xce, 0x87, 0x8a, 0x61, 0x28, 0xff, 0x43, 0x86, 0x73, 0xa2, 0xf7, 0xd9, 0x78, 0x5c, 0x95, 0xa6,
- 0x77, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xbe, 0xfc, 0x7f, 0x70, 0xcc, 0x08, 0x00, 0x00,
+var File_remote_proto protoreflect.FileDescriptor
+
+var file_remote_proto_rawDesc = []byte{
+ 0x0a, 0x0c, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x06,
+ 0x67, 0x69, 0x74, 0x61, 0x6c, 0x79, 0x1a, 0x0a, 0x6c, 0x69, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f,
+ 0x74, 0x6f, 0x1a, 0x0c, 0x73, 0x68, 0x61, 0x72, 0x65, 0x64, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
+ 0x22, 0xae, 0x01, 0x0a, 0x10, 0x41, 0x64, 0x64, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x38, 0x0a, 0x0a, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74,
+ 0x6f, 0x72, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x67, 0x69, 0x74, 0x61,
+ 0x6c, 0x79, 0x2e, 0x52, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x42, 0x04, 0x98,
+ 0xc6, 0x2c, 0x01, 0x52, 0x0a, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x12,
+ 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e,
+ 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
+ 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x25, 0x0a, 0x0e, 0x6d, 0x69, 0x72, 0x72, 0x6f, 0x72, 0x5f,
+ 0x72, 0x65, 0x66, 0x6d, 0x61, 0x70, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0d, 0x6d,
+ 0x69, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x65, 0x66, 0x6d, 0x61, 0x70, 0x73, 0x4a, 0x04, 0x08, 0x04,
+ 0x10, 0x05, 0x52, 0x0d, 0x6d, 0x69, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x72, 0x65, 0x66, 0x6d, 0x61,
+ 0x70, 0x22, 0x13, 0x0a, 0x11, 0x41, 0x64, 0x64, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x65,
+ 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x63, 0x0a, 0x13, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65,
+ 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x38, 0x0a,
+ 0x0a, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28,
+ 0x0b, 0x32, 0x12, 0x2e, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x79, 0x2e, 0x52, 0x65, 0x70, 0x6f, 0x73,
+ 0x69, 0x74, 0x6f, 0x72, 0x79, 0x42, 0x04, 0x98, 0xc6, 0x2c, 0x01, 0x52, 0x0a, 0x72, 0x65, 0x70,
+ 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
+ 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x2e, 0x0a, 0x14, 0x52,
+ 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f,
+ 0x6e, 0x73, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20,
+ 0x01, 0x28, 0x08, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x97, 0x01, 0x0a, 0x1a,
+ 0x46, 0x65, 0x74, 0x63, 0x68, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x52, 0x65, 0x6d,
+ 0x6f, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x38, 0x0a, 0x0a, 0x72, 0x65,
+ 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12,
+ 0x2e, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x79, 0x2e, 0x52, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f,
+ 0x72, 0x79, 0x42, 0x04, 0x98, 0xc6, 0x2c, 0x01, 0x52, 0x0a, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x69,
+ 0x74, 0x6f, 0x72, 0x79, 0x12, 0x3f, 0x0a, 0x11, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x5f, 0x72,
+ 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
+ 0x12, 0x2e, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x79, 0x2e, 0x52, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74,
+ 0x6f, 0x72, 0x79, 0x52, 0x10, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x70, 0x6f, 0x73,
+ 0x69, 0x74, 0x6f, 0x72, 0x79, 0x22, 0x35, 0x0a, 0x1b, 0x46, 0x65, 0x74, 0x63, 0x68, 0x49, 0x6e,
+ 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70,
+ 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01,
+ 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x90, 0x02, 0x0a,
+ 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x4d, 0x69, 0x72,
+ 0x72, 0x6f, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x38, 0x0a, 0x0a, 0x72, 0x65,
+ 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12,
+ 0x2e, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x79, 0x2e, 0x52, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f,
+ 0x72, 0x79, 0x42, 0x04, 0x98, 0xc6, 0x2c, 0x01, 0x52, 0x0a, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x69,
+ 0x74, 0x6f, 0x72, 0x79, 0x12, 0x19, 0x0a, 0x08, 0x72, 0x65, 0x66, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65, 0x66, 0x4e, 0x61, 0x6d, 0x65, 0x12,
+ 0x34, 0x0a, 0x16, 0x6f, 0x6e, 0x6c, 0x79, 0x5f, 0x62, 0x72, 0x61, 0x6e, 0x63, 0x68, 0x65, 0x73,
+ 0x5f, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0c, 0x52,
+ 0x14, 0x6f, 0x6e, 0x6c, 0x79, 0x42, 0x72, 0x61, 0x6e, 0x63, 0x68, 0x65, 0x73, 0x4d, 0x61, 0x74,
+ 0x63, 0x68, 0x69, 0x6e, 0x67, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x73, 0x68, 0x5f, 0x6b, 0x65, 0x79,
+ 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x73, 0x68, 0x4b, 0x65, 0x79, 0x12, 0x1f,
+ 0x0a, 0x0b, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x5f, 0x68, 0x6f, 0x73, 0x74, 0x73, 0x18, 0x05, 0x20,
+ 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x48, 0x6f, 0x73, 0x74, 0x73, 0x12,
+ 0x2e, 0x0a, 0x13, 0x6b, 0x65, 0x65, 0x70, 0x5f, 0x64, 0x69, 0x76, 0x65, 0x72, 0x67, 0x65, 0x6e,
+ 0x74, 0x5f, 0x72, 0x65, 0x66, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x6b, 0x65,
+ 0x65, 0x70, 0x44, 0x69, 0x76, 0x65, 0x72, 0x67, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x66, 0x73, 0x22,
+ 0x43, 0x0a, 0x1a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x4d,
+ 0x69, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x25, 0x0a,
+ 0x0e, 0x64, 0x69, 0x76, 0x65, 0x72, 0x67, 0x65, 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x66, 0x73, 0x18,
+ 0x01, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0d, 0x64, 0x69, 0x76, 0x65, 0x72, 0x67, 0x65, 0x6e, 0x74,
+ 0x52, 0x65, 0x66, 0x73, 0x22, 0x5e, 0x0a, 0x1b, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x6d, 0x6f,
+ 0x74, 0x65, 0x52, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x52, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x18, 0x01, 0x20,
+ 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x12, 0x27, 0x0a, 0x0c, 0x73,
+ 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
+ 0x09, 0x42, 0x04, 0x88, 0xc6, 0x2c, 0x01, 0x52, 0x0b, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65,
+ 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x36, 0x0a, 0x1c, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x6d, 0x6f,
+ 0x74, 0x65, 0x52, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x52, 0x65, 0x73, 0x70,
+ 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x78, 0x69, 0x73, 0x74, 0x73, 0x18, 0x01,
+ 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x65, 0x78, 0x69, 0x73, 0x74, 0x73, 0x22, 0xcb, 0x01, 0x0a,
+ 0x18, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x6f, 0x6f, 0x74, 0x52,
+ 0x65, 0x66, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x38, 0x0a, 0x0a, 0x72, 0x65, 0x70,
+ 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e,
+ 0x67, 0x69, 0x74, 0x61, 0x6c, 0x79, 0x2e, 0x52, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72,
+ 0x79, 0x42, 0x04, 0x98, 0xc6, 0x2c, 0x01, 0x52, 0x0a, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74,
+ 0x6f, 0x72, 0x79, 0x12, 0x1a, 0x0a, 0x06, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x18, 0x02, 0x20,
+ 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x06, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x12,
+ 0x1d, 0x0a, 0x0a, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x03, 0x20,
+ 0x01, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x55, 0x72, 0x6c, 0x12, 0x3a,
+ 0x0a, 0x19, 0x68, 0x74, 0x74, 0x70, 0x5f, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61,
+ 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28,
+ 0x09, 0x52, 0x17, 0x68, 0x74, 0x74, 0x70, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61,
+ 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x22, 0x2d, 0x0a, 0x19, 0x46, 0x69,
+ 0x6e, 0x64, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x6f, 0x6f, 0x74, 0x52, 0x65, 0x66, 0x52,
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x72, 0x65, 0x66, 0x18, 0x01,
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x72, 0x65, 0x66, 0x22, 0x4e, 0x0a, 0x12, 0x4c, 0x69, 0x73,
+ 0x74, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
+ 0x38, 0x0a, 0x0a, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x18, 0x01, 0x20,
+ 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x79, 0x2e, 0x52, 0x65, 0x70,
+ 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x42, 0x04, 0x98, 0xc6, 0x2c, 0x01, 0x52, 0x0a, 0x72,
+ 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x22, 0xa9, 0x01, 0x0a, 0x13, 0x4c, 0x69,
+ 0x73, 0x74, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
+ 0x65, 0x12, 0x3c, 0x0a, 0x07, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03,
+ 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x79, 0x2e, 0x4c, 0x69, 0x73, 0x74,
+ 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e,
+ 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x07, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x73, 0x1a,
+ 0x54, 0x0a, 0x06, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d,
+ 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1b, 0x0a,
+ 0x09, 0x66, 0x65, 0x74, 0x63, 0x68, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
+ 0x52, 0x08, 0x66, 0x65, 0x74, 0x63, 0x68, 0x55, 0x72, 0x6c, 0x12, 0x19, 0x0a, 0x08, 0x70, 0x75,
+ 0x73, 0x68, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x70, 0x75,
+ 0x73, 0x68, 0x55, 0x72, 0x6c, 0x32, 0xca, 0x04, 0x0a, 0x0d, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65,
+ 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x48, 0x0a, 0x09, 0x41, 0x64, 0x64, 0x52, 0x65,
+ 0x6d, 0x6f, 0x74, 0x65, 0x12, 0x18, 0x2e, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x79, 0x2e, 0x41, 0x64,
+ 0x64, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19,
+ 0x2e, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x79, 0x2e, 0x41, 0x64, 0x64, 0x52, 0x65, 0x6d, 0x6f, 0x74,
+ 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x06, 0xfa, 0x97, 0x28, 0x02, 0x08,
+ 0x01, 0x12, 0x66, 0x0a, 0x13, 0x46, 0x65, 0x74, 0x63, 0x68, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e,
+ 0x61, 0x6c, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x12, 0x22, 0x2e, 0x67, 0x69, 0x74, 0x61, 0x6c,
+ 0x79, 0x2e, 0x46, 0x65, 0x74, 0x63, 0x68, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x52,
+ 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x67,
+ 0x69, 0x74, 0x61, 0x6c, 0x79, 0x2e, 0x46, 0x65, 0x74, 0x63, 0x68, 0x49, 0x6e, 0x74, 0x65, 0x72,
+ 0x6e, 0x61, 0x6c, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
+ 0x65, 0x22, 0x06, 0xfa, 0x97, 0x28, 0x02, 0x08, 0x01, 0x12, 0x51, 0x0a, 0x0c, 0x52, 0x65, 0x6d,
+ 0x6f, 0x76, 0x65, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x12, 0x1b, 0x2e, 0x67, 0x69, 0x74, 0x61,
+ 0x6c, 0x79, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52,
+ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x79, 0x2e,
+ 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70,
+ 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x06, 0xfa, 0x97, 0x28, 0x02, 0x08, 0x01, 0x12, 0x65, 0x0a, 0x12,
+ 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x4d, 0x69, 0x72, 0x72,
+ 0x6f, 0x72, 0x12, 0x21, 0x2e, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x79, 0x2e, 0x55, 0x70, 0x64, 0x61,
+ 0x74, 0x65, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x4d, 0x69, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x79, 0x2e, 0x55,
+ 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x4d, 0x69, 0x72, 0x72, 0x6f,
+ 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x06, 0xfa, 0x97, 0x28, 0x02, 0x08,
+ 0x02, 0x28, 0x01, 0x12, 0x6b, 0x0a, 0x14, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x6d, 0x6f, 0x74,
+ 0x65, 0x52, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x12, 0x23, 0x2e, 0x67, 0x69,
+ 0x74, 0x61, 0x6c, 0x79, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52,
+ 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
+ 0x1a, 0x24, 0x2e, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x79, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65,
+ 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x52, 0x65,
+ 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x08, 0xfa, 0x97, 0x28, 0x04, 0x08, 0x02, 0x10, 0x02,
+ 0x12, 0x60, 0x0a, 0x11, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x6f,
+ 0x6f, 0x74, 0x52, 0x65, 0x66, 0x12, 0x20, 0x2e, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x79, 0x2e, 0x46,
+ 0x69, 0x6e, 0x64, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x6f, 0x6f, 0x74, 0x52, 0x65, 0x66,
+ 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x79,
+ 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x6f, 0x6f, 0x74, 0x52,
+ 0x65, 0x66, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x06, 0xfa, 0x97, 0x28, 0x02,
+ 0x08, 0x02, 0x42, 0x30, 0x5a, 0x2e, 0x67, 0x69, 0x74, 0x6c, 0x61, 0x62, 0x2e, 0x63, 0x6f, 0x6d,
+ 0x2f, 0x67, 0x69, 0x74, 0x6c, 0x61, 0x62, 0x2d, 0x6f, 0x72, 0x67, 0x2f, 0x67, 0x69, 0x74, 0x61,
+ 0x6c, 0x79, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x2f, 0x67, 0x69, 0x74, 0x61,
+ 0x6c, 0x79, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
+}
+
+var (
+ file_remote_proto_rawDescOnce sync.Once
+ file_remote_proto_rawDescData = file_remote_proto_rawDesc
+)
+
+func file_remote_proto_rawDescGZIP() []byte {
+ file_remote_proto_rawDescOnce.Do(func() {
+ file_remote_proto_rawDescData = protoimpl.X.CompressGZIP(file_remote_proto_rawDescData)
+ })
+ return file_remote_proto_rawDescData
+}
+
+var file_remote_proto_msgTypes = make([]protoimpl.MessageInfo, 15)
+var file_remote_proto_goTypes = []interface{}{
+ (*AddRemoteRequest)(nil), // 0: gitaly.AddRemoteRequest
+ (*AddRemoteResponse)(nil), // 1: gitaly.AddRemoteResponse
+ (*RemoveRemoteRequest)(nil), // 2: gitaly.RemoveRemoteRequest
+ (*RemoveRemoteResponse)(nil), // 3: gitaly.RemoveRemoteResponse
+ (*FetchInternalRemoteRequest)(nil), // 4: gitaly.FetchInternalRemoteRequest
+ (*FetchInternalRemoteResponse)(nil), // 5: gitaly.FetchInternalRemoteResponse
+ (*UpdateRemoteMirrorRequest)(nil), // 6: gitaly.UpdateRemoteMirrorRequest
+ (*UpdateRemoteMirrorResponse)(nil), // 7: gitaly.UpdateRemoteMirrorResponse
+ (*FindRemoteRepositoryRequest)(nil), // 8: gitaly.FindRemoteRepositoryRequest
+ (*FindRemoteRepositoryResponse)(nil), // 9: gitaly.FindRemoteRepositoryResponse
+ (*FindRemoteRootRefRequest)(nil), // 10: gitaly.FindRemoteRootRefRequest
+ (*FindRemoteRootRefResponse)(nil), // 11: gitaly.FindRemoteRootRefResponse
+ (*ListRemotesRequest)(nil), // 12: gitaly.ListRemotesRequest
+ (*ListRemotesResponse)(nil), // 13: gitaly.ListRemotesResponse
+ (*ListRemotesResponse_Remote)(nil), // 14: gitaly.ListRemotesResponse.Remote
+ (*Repository)(nil), // 15: gitaly.Repository
+}
+var file_remote_proto_depIdxs = []int32{
+ 15, // 0: gitaly.AddRemoteRequest.repository:type_name -> gitaly.Repository
+ 15, // 1: gitaly.RemoveRemoteRequest.repository:type_name -> gitaly.Repository
+ 15, // 2: gitaly.FetchInternalRemoteRequest.repository:type_name -> gitaly.Repository
+ 15, // 3: gitaly.FetchInternalRemoteRequest.remote_repository:type_name -> gitaly.Repository
+ 15, // 4: gitaly.UpdateRemoteMirrorRequest.repository:type_name -> gitaly.Repository
+ 15, // 5: gitaly.FindRemoteRootRefRequest.repository:type_name -> gitaly.Repository
+ 15, // 6: gitaly.ListRemotesRequest.repository:type_name -> gitaly.Repository
+ 14, // 7: gitaly.ListRemotesResponse.remotes:type_name -> gitaly.ListRemotesResponse.Remote
+ 0, // 8: gitaly.RemoteService.AddRemote:input_type -> gitaly.AddRemoteRequest
+ 4, // 9: gitaly.RemoteService.FetchInternalRemote:input_type -> gitaly.FetchInternalRemoteRequest
+ 2, // 10: gitaly.RemoteService.RemoveRemote:input_type -> gitaly.RemoveRemoteRequest
+ 6, // 11: gitaly.RemoteService.UpdateRemoteMirror:input_type -> gitaly.UpdateRemoteMirrorRequest
+ 8, // 12: gitaly.RemoteService.FindRemoteRepository:input_type -> gitaly.FindRemoteRepositoryRequest
+ 10, // 13: gitaly.RemoteService.FindRemoteRootRef:input_type -> gitaly.FindRemoteRootRefRequest
+ 1, // 14: gitaly.RemoteService.AddRemote:output_type -> gitaly.AddRemoteResponse
+ 5, // 15: gitaly.RemoteService.FetchInternalRemote:output_type -> gitaly.FetchInternalRemoteResponse
+ 3, // 16: gitaly.RemoteService.RemoveRemote:output_type -> gitaly.RemoveRemoteResponse
+ 7, // 17: gitaly.RemoteService.UpdateRemoteMirror:output_type -> gitaly.UpdateRemoteMirrorResponse
+ 9, // 18: gitaly.RemoteService.FindRemoteRepository:output_type -> gitaly.FindRemoteRepositoryResponse
+ 11, // 19: gitaly.RemoteService.FindRemoteRootRef:output_type -> gitaly.FindRemoteRootRefResponse
+ 14, // [14:20] is the sub-list for method output_type
+ 8, // [8:14] is the sub-list for method input_type
+ 8, // [8:8] is the sub-list for extension type_name
+ 8, // [8:8] is the sub-list for extension extendee
+ 0, // [0:8] is the sub-list for field type_name
+}
+
+func init() { file_remote_proto_init() }
+func file_remote_proto_init() {
+ if File_remote_proto != nil {
+ return
+ }
+ file_lint_proto_init()
+ file_shared_proto_init()
+ if !protoimpl.UnsafeEnabled {
+ file_remote_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*AddRemoteRequest); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_remote_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*AddRemoteResponse); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_remote_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*RemoveRemoteRequest); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_remote_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*RemoveRemoteResponse); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_remote_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*FetchInternalRemoteRequest); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_remote_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*FetchInternalRemoteResponse); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_remote_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*UpdateRemoteMirrorRequest); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_remote_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*UpdateRemoteMirrorResponse); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_remote_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*FindRemoteRepositoryRequest); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_remote_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*FindRemoteRepositoryResponse); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_remote_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*FindRemoteRootRefRequest); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_remote_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*FindRemoteRootRefResponse); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_remote_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*ListRemotesRequest); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_remote_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*ListRemotesResponse); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_remote_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*ListRemotesResponse_Remote); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ }
+ type x struct{}
+ out := protoimpl.TypeBuilder{
+ File: protoimpl.DescBuilder{
+ GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
+ RawDescriptor: file_remote_proto_rawDesc,
+ NumEnums: 0,
+ NumMessages: 15,
+ NumExtensions: 0,
+ NumServices: 1,
+ },
+ GoTypes: file_remote_proto_goTypes,
+ DependencyIndexes: file_remote_proto_depIdxs,
+ MessageInfos: file_remote_proto_msgTypes,
+ }.Build()
+ File_remote_proto = out.File
+ file_remote_proto_rawDesc = nil
+ file_remote_proto_goTypes = nil
+ file_remote_proto_depIdxs = nil
}
// Reference imports to suppress errors if they are not otherwise used.
var _ context.Context
-var _ grpc.ClientConn
+var _ grpc.ClientConnInterface
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
-const _ = grpc.SupportPackageIsVersion4
+const _ = grpc.SupportPackageIsVersion6
// RemoteServiceClient is the client API for RemoteService service.
//
@@ -871,10 +1335,10 @@ type RemoteServiceClient interface {
}
type remoteServiceClient struct {
- cc *grpc.ClientConn
+ cc grpc.ClientConnInterface
}
-func NewRemoteServiceClient(cc *grpc.ClientConn) RemoteServiceClient {
+func NewRemoteServiceClient(cc grpc.ClientConnInterface) RemoteServiceClient {
return &remoteServiceClient{cc}
}
@@ -981,22 +1445,22 @@ type RemoteServiceServer interface {
type UnimplementedRemoteServiceServer struct {
}
-func (*UnimplementedRemoteServiceServer) AddRemote(ctx context.Context, req *AddRemoteRequest) (*AddRemoteResponse, error) {
+func (*UnimplementedRemoteServiceServer) AddRemote(context.Context, *AddRemoteRequest) (*AddRemoteResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method AddRemote not implemented")
}
-func (*UnimplementedRemoteServiceServer) FetchInternalRemote(ctx context.Context, req *FetchInternalRemoteRequest) (*FetchInternalRemoteResponse, error) {
+func (*UnimplementedRemoteServiceServer) FetchInternalRemote(context.Context, *FetchInternalRemoteRequest) (*FetchInternalRemoteResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FetchInternalRemote not implemented")
}
-func (*UnimplementedRemoteServiceServer) RemoveRemote(ctx context.Context, req *RemoveRemoteRequest) (*RemoveRemoteResponse, error) {
+func (*UnimplementedRemoteServiceServer) RemoveRemote(context.Context, *RemoveRemoteRequest) (*RemoveRemoteResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method RemoveRemote not implemented")
}
-func (*UnimplementedRemoteServiceServer) UpdateRemoteMirror(srv RemoteService_UpdateRemoteMirrorServer) error {
+func (*UnimplementedRemoteServiceServer) UpdateRemoteMirror(RemoteService_UpdateRemoteMirrorServer) error {
return status.Errorf(codes.Unimplemented, "method UpdateRemoteMirror not implemented")
}
-func (*UnimplementedRemoteServiceServer) FindRemoteRepository(ctx context.Context, req *FindRemoteRepositoryRequest) (*FindRemoteRepositoryResponse, error) {
+func (*UnimplementedRemoteServiceServer) FindRemoteRepository(context.Context, *FindRemoteRepositoryRequest) (*FindRemoteRepositoryResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindRemoteRepository not implemented")
}
-func (*UnimplementedRemoteServiceServer) FindRemoteRootRef(ctx context.Context, req *FindRemoteRootRefRequest) (*FindRemoteRootRefResponse, error) {
+func (*UnimplementedRemoteServiceServer) FindRemoteRootRef(context.Context, *FindRemoteRootRefRequest) (*FindRemoteRootRefResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindRemoteRootRef not implemented")
}