1488 lines
55 KiB
Go
1488 lines
55 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.31.0
|
|
// protoc v3.14.0
|
|
// source: proto/raft_transport.proto
|
|
|
|
package proto
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
)
|
|
|
|
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)
|
|
)
|
|
|
|
type Log_LogType int32
|
|
|
|
const (
|
|
Log_LOG_COMMAND Log_LogType = 0
|
|
Log_LOG_NOOP Log_LogType = 1
|
|
Log_LOG_ADD_PEER_DEPRECATED Log_LogType = 2
|
|
Log_LOG_REMOVE_PEER_DEPRECATED Log_LogType = 3
|
|
Log_LOG_BARRIER Log_LogType = 4
|
|
Log_LOG_CONFIGURATION Log_LogType = 5
|
|
)
|
|
|
|
// Enum value maps for Log_LogType.
|
|
var (
|
|
Log_LogType_name = map[int32]string{
|
|
0: "LOG_COMMAND",
|
|
1: "LOG_NOOP",
|
|
2: "LOG_ADD_PEER_DEPRECATED",
|
|
3: "LOG_REMOVE_PEER_DEPRECATED",
|
|
4: "LOG_BARRIER",
|
|
5: "LOG_CONFIGURATION",
|
|
}
|
|
Log_LogType_value = map[string]int32{
|
|
"LOG_COMMAND": 0,
|
|
"LOG_NOOP": 1,
|
|
"LOG_ADD_PEER_DEPRECATED": 2,
|
|
"LOG_REMOVE_PEER_DEPRECATED": 3,
|
|
"LOG_BARRIER": 4,
|
|
"LOG_CONFIGURATION": 5,
|
|
}
|
|
)
|
|
|
|
func (x Log_LogType) Enum() *Log_LogType {
|
|
p := new(Log_LogType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x Log_LogType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (Log_LogType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_proto_raft_transport_proto_enumTypes[0].Descriptor()
|
|
}
|
|
|
|
func (Log_LogType) Type() protoreflect.EnumType {
|
|
return &file_proto_raft_transport_proto_enumTypes[0]
|
|
}
|
|
|
|
func (x Log_LogType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Use Log_LogType.Descriptor instead.
|
|
func (Log_LogType) EnumDescriptor() ([]byte, []int) {
|
|
return file_proto_raft_transport_proto_rawDescGZIP(), []int{1, 0}
|
|
}
|
|
|
|
type RPCHeader struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ProtocolVersion int64 `protobuf:"varint,1,opt,name=protocol_version,json=protocolVersion,proto3" json:"protocol_version,omitempty"`
|
|
Id []byte `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
|
|
Addr []byte `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"`
|
|
}
|
|
|
|
func (x *RPCHeader) Reset() {
|
|
*x = RPCHeader{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_proto_raft_transport_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RPCHeader) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RPCHeader) ProtoMessage() {}
|
|
|
|
func (x *RPCHeader) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proto_raft_transport_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)
|
|
}
|
|
|
|
// Deprecated: Use RPCHeader.ProtoReflect.Descriptor instead.
|
|
func (*RPCHeader) Descriptor() ([]byte, []int) {
|
|
return file_proto_raft_transport_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *RPCHeader) GetProtocolVersion() int64 {
|
|
if x != nil {
|
|
return x.ProtocolVersion
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RPCHeader) GetId() []byte {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *RPCHeader) GetAddr() []byte {
|
|
if x != nil {
|
|
return x.Addr
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Log struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Index uint64 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
|
|
Term uint64 `protobuf:"varint,2,opt,name=term,proto3" json:"term,omitempty"`
|
|
Type Log_LogType `protobuf:"varint,3,opt,name=type,proto3,enum=raft.Log_LogType" json:"type,omitempty"`
|
|
Data []byte `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
|
|
Extensions []byte `protobuf:"bytes,5,opt,name=extensions,proto3" json:"extensions,omitempty"`
|
|
AppendedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=appended_at,json=appendedAt,proto3" json:"appended_at,omitempty"`
|
|
}
|
|
|
|
func (x *Log) Reset() {
|
|
*x = Log{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_proto_raft_transport_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Log) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Log) ProtoMessage() {}
|
|
|
|
func (x *Log) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proto_raft_transport_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)
|
|
}
|
|
|
|
// Deprecated: Use Log.ProtoReflect.Descriptor instead.
|
|
func (*Log) Descriptor() ([]byte, []int) {
|
|
return file_proto_raft_transport_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *Log) GetIndex() uint64 {
|
|
if x != nil {
|
|
return x.Index
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Log) GetTerm() uint64 {
|
|
if x != nil {
|
|
return x.Term
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Log) GetType() Log_LogType {
|
|
if x != nil {
|
|
return x.Type
|
|
}
|
|
return Log_LOG_COMMAND
|
|
}
|
|
|
|
func (x *Log) GetData() []byte {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Log) GetExtensions() []byte {
|
|
if x != nil {
|
|
return x.Extensions
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Log) GetAppendedAt() *timestamppb.Timestamp {
|
|
if x != nil {
|
|
return x.AppendedAt
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type AppendEntriesRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RpcHeader *RPCHeader `protobuf:"bytes,1,opt,name=rpc_header,json=rpcHeader,proto3" json:"rpc_header,omitempty"`
|
|
Term uint64 `protobuf:"varint,2,opt,name=term,proto3" json:"term,omitempty"`
|
|
Leader []byte `protobuf:"bytes,3,opt,name=leader,proto3" json:"leader,omitempty"`
|
|
PrevLogEntry uint64 `protobuf:"varint,4,opt,name=prev_log_entry,json=prevLogEntry,proto3" json:"prev_log_entry,omitempty"`
|
|
PrevLogTerm uint64 `protobuf:"varint,5,opt,name=prev_log_term,json=prevLogTerm,proto3" json:"prev_log_term,omitempty"`
|
|
Entries []*Log `protobuf:"bytes,6,rep,name=entries,proto3" json:"entries,omitempty"`
|
|
LeaderCommitIndex uint64 `protobuf:"varint,7,opt,name=leader_commit_index,json=leaderCommitIndex,proto3" json:"leader_commit_index,omitempty"`
|
|
}
|
|
|
|
func (x *AppendEntriesRequest) Reset() {
|
|
*x = AppendEntriesRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_proto_raft_transport_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *AppendEntriesRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*AppendEntriesRequest) ProtoMessage() {}
|
|
|
|
func (x *AppendEntriesRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proto_raft_transport_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)
|
|
}
|
|
|
|
// Deprecated: Use AppendEntriesRequest.ProtoReflect.Descriptor instead.
|
|
func (*AppendEntriesRequest) Descriptor() ([]byte, []int) {
|
|
return file_proto_raft_transport_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *AppendEntriesRequest) GetRpcHeader() *RPCHeader {
|
|
if x != nil {
|
|
return x.RpcHeader
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *AppendEntriesRequest) GetTerm() uint64 {
|
|
if x != nil {
|
|
return x.Term
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *AppendEntriesRequest) GetLeader() []byte {
|
|
if x != nil {
|
|
return x.Leader
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *AppendEntriesRequest) GetPrevLogEntry() uint64 {
|
|
if x != nil {
|
|
return x.PrevLogEntry
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *AppendEntriesRequest) GetPrevLogTerm() uint64 {
|
|
if x != nil {
|
|
return x.PrevLogTerm
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *AppendEntriesRequest) GetEntries() []*Log {
|
|
if x != nil {
|
|
return x.Entries
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *AppendEntriesRequest) GetLeaderCommitIndex() uint64 {
|
|
if x != nil {
|
|
return x.LeaderCommitIndex
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type AppendEntriesChunkedRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RemainingBytes int64 `protobuf:"varint,1,opt,name=remaining_bytes,json=remainingBytes,proto3" json:"remaining_bytes,omitempty"` // number of bytes of the same request AFTER this chunk
|
|
Chunk []byte `protobuf:"bytes,2,opt,name=chunk,proto3" json:"chunk,omitempty"`
|
|
}
|
|
|
|
func (x *AppendEntriesChunkedRequest) Reset() {
|
|
*x = AppendEntriesChunkedRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_proto_raft_transport_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *AppendEntriesChunkedRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*AppendEntriesChunkedRequest) ProtoMessage() {}
|
|
|
|
func (x *AppendEntriesChunkedRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proto_raft_transport_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)
|
|
}
|
|
|
|
// Deprecated: Use AppendEntriesChunkedRequest.ProtoReflect.Descriptor instead.
|
|
func (*AppendEntriesChunkedRequest) Descriptor() ([]byte, []int) {
|
|
return file_proto_raft_transport_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *AppendEntriesChunkedRequest) GetRemainingBytes() int64 {
|
|
if x != nil {
|
|
return x.RemainingBytes
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *AppendEntriesChunkedRequest) GetChunk() []byte {
|
|
if x != nil {
|
|
return x.Chunk
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type AppendEntriesResponse struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RpcHeader *RPCHeader `protobuf:"bytes,1,opt,name=rpc_header,json=rpcHeader,proto3" json:"rpc_header,omitempty"`
|
|
Term uint64 `protobuf:"varint,2,opt,name=term,proto3" json:"term,omitempty"`
|
|
LastLog uint64 `protobuf:"varint,3,opt,name=last_log,json=lastLog,proto3" json:"last_log,omitempty"`
|
|
Success bool `protobuf:"varint,4,opt,name=success,proto3" json:"success,omitempty"`
|
|
NoRetryBackoff bool `protobuf:"varint,5,opt,name=no_retry_backoff,json=noRetryBackoff,proto3" json:"no_retry_backoff,omitempty"`
|
|
}
|
|
|
|
func (x *AppendEntriesResponse) Reset() {
|
|
*x = AppendEntriesResponse{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_proto_raft_transport_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *AppendEntriesResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*AppendEntriesResponse) ProtoMessage() {}
|
|
|
|
func (x *AppendEntriesResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proto_raft_transport_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)
|
|
}
|
|
|
|
// Deprecated: Use AppendEntriesResponse.ProtoReflect.Descriptor instead.
|
|
func (*AppendEntriesResponse) Descriptor() ([]byte, []int) {
|
|
return file_proto_raft_transport_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *AppendEntriesResponse) GetRpcHeader() *RPCHeader {
|
|
if x != nil {
|
|
return x.RpcHeader
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *AppendEntriesResponse) GetTerm() uint64 {
|
|
if x != nil {
|
|
return x.Term
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *AppendEntriesResponse) GetLastLog() uint64 {
|
|
if x != nil {
|
|
return x.LastLog
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *AppendEntriesResponse) GetSuccess() bool {
|
|
if x != nil {
|
|
return x.Success
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *AppendEntriesResponse) GetNoRetryBackoff() bool {
|
|
if x != nil {
|
|
return x.NoRetryBackoff
|
|
}
|
|
return false
|
|
}
|
|
|
|
type RequestVoteRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RpcHeader *RPCHeader `protobuf:"bytes,1,opt,name=rpc_header,json=rpcHeader,proto3" json:"rpc_header,omitempty"`
|
|
Term uint64 `protobuf:"varint,2,opt,name=term,proto3" json:"term,omitempty"`
|
|
Candidate []byte `protobuf:"bytes,3,opt,name=candidate,proto3" json:"candidate,omitempty"`
|
|
LastLogIndex uint64 `protobuf:"varint,4,opt,name=last_log_index,json=lastLogIndex,proto3" json:"last_log_index,omitempty"`
|
|
LastLogTerm uint64 `protobuf:"varint,5,opt,name=last_log_term,json=lastLogTerm,proto3" json:"last_log_term,omitempty"`
|
|
LeadershipTransfer bool `protobuf:"varint,6,opt,name=leadership_transfer,json=leadershipTransfer,proto3" json:"leadership_transfer,omitempty"`
|
|
}
|
|
|
|
func (x *RequestVoteRequest) Reset() {
|
|
*x = RequestVoteRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_proto_raft_transport_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RequestVoteRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RequestVoteRequest) ProtoMessage() {}
|
|
|
|
func (x *RequestVoteRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proto_raft_transport_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)
|
|
}
|
|
|
|
// Deprecated: Use RequestVoteRequest.ProtoReflect.Descriptor instead.
|
|
func (*RequestVoteRequest) Descriptor() ([]byte, []int) {
|
|
return file_proto_raft_transport_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *RequestVoteRequest) GetRpcHeader() *RPCHeader {
|
|
if x != nil {
|
|
return x.RpcHeader
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *RequestVoteRequest) GetTerm() uint64 {
|
|
if x != nil {
|
|
return x.Term
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RequestVoteRequest) GetCandidate() []byte {
|
|
if x != nil {
|
|
return x.Candidate
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *RequestVoteRequest) GetLastLogIndex() uint64 {
|
|
if x != nil {
|
|
return x.LastLogIndex
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RequestVoteRequest) GetLastLogTerm() uint64 {
|
|
if x != nil {
|
|
return x.LastLogTerm
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RequestVoteRequest) GetLeadershipTransfer() bool {
|
|
if x != nil {
|
|
return x.LeadershipTransfer
|
|
}
|
|
return false
|
|
}
|
|
|
|
type RequestVoteResponse struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RpcHeader *RPCHeader `protobuf:"bytes,1,opt,name=rpc_header,json=rpcHeader,proto3" json:"rpc_header,omitempty"`
|
|
Term uint64 `protobuf:"varint,2,opt,name=term,proto3" json:"term,omitempty"`
|
|
Peers []byte `protobuf:"bytes,3,opt,name=peers,proto3" json:"peers,omitempty"`
|
|
Granted bool `protobuf:"varint,4,opt,name=granted,proto3" json:"granted,omitempty"`
|
|
}
|
|
|
|
func (x *RequestVoteResponse) Reset() {
|
|
*x = RequestVoteResponse{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_proto_raft_transport_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RequestVoteResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RequestVoteResponse) ProtoMessage() {}
|
|
|
|
func (x *RequestVoteResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proto_raft_transport_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)
|
|
}
|
|
|
|
// Deprecated: Use RequestVoteResponse.ProtoReflect.Descriptor instead.
|
|
func (*RequestVoteResponse) Descriptor() ([]byte, []int) {
|
|
return file_proto_raft_transport_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *RequestVoteResponse) GetRpcHeader() *RPCHeader {
|
|
if x != nil {
|
|
return x.RpcHeader
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *RequestVoteResponse) GetTerm() uint64 {
|
|
if x != nil {
|
|
return x.Term
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RequestVoteResponse) GetPeers() []byte {
|
|
if x != nil {
|
|
return x.Peers
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *RequestVoteResponse) GetGranted() bool {
|
|
if x != nil {
|
|
return x.Granted
|
|
}
|
|
return false
|
|
}
|
|
|
|
type TimeoutNowRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RpcHeader *RPCHeader `protobuf:"bytes,1,opt,name=rpc_header,json=rpcHeader,proto3" json:"rpc_header,omitempty"`
|
|
}
|
|
|
|
func (x *TimeoutNowRequest) Reset() {
|
|
*x = TimeoutNowRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_proto_raft_transport_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *TimeoutNowRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*TimeoutNowRequest) ProtoMessage() {}
|
|
|
|
func (x *TimeoutNowRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proto_raft_transport_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)
|
|
}
|
|
|
|
// Deprecated: Use TimeoutNowRequest.ProtoReflect.Descriptor instead.
|
|
func (*TimeoutNowRequest) Descriptor() ([]byte, []int) {
|
|
return file_proto_raft_transport_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (x *TimeoutNowRequest) GetRpcHeader() *RPCHeader {
|
|
if x != nil {
|
|
return x.RpcHeader
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type TimeoutNowResponse struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RpcHeader *RPCHeader `protobuf:"bytes,1,opt,name=rpc_header,json=rpcHeader,proto3" json:"rpc_header,omitempty"`
|
|
}
|
|
|
|
func (x *TimeoutNowResponse) Reset() {
|
|
*x = TimeoutNowResponse{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_proto_raft_transport_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *TimeoutNowResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*TimeoutNowResponse) ProtoMessage() {}
|
|
|
|
func (x *TimeoutNowResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proto_raft_transport_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)
|
|
}
|
|
|
|
// Deprecated: Use TimeoutNowResponse.ProtoReflect.Descriptor instead.
|
|
func (*TimeoutNowResponse) Descriptor() ([]byte, []int) {
|
|
return file_proto_raft_transport_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
func (x *TimeoutNowResponse) GetRpcHeader() *RPCHeader {
|
|
if x != nil {
|
|
return x.RpcHeader
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// The first InstallSnapshotRequest on the stream contains all the metadata.
|
|
// All further messages contain only data.
|
|
type InstallSnapshotRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RpcHeader *RPCHeader `protobuf:"bytes,1,opt,name=rpc_header,json=rpcHeader,proto3" json:"rpc_header,omitempty"`
|
|
SnapshotVersion int64 `protobuf:"varint,11,opt,name=snapshot_version,json=snapshotVersion,proto3" json:"snapshot_version,omitempty"`
|
|
Term uint64 `protobuf:"varint,2,opt,name=term,proto3" json:"term,omitempty"`
|
|
Leader []byte `protobuf:"bytes,3,opt,name=leader,proto3" json:"leader,omitempty"`
|
|
LastLogIndex uint64 `protobuf:"varint,4,opt,name=last_log_index,json=lastLogIndex,proto3" json:"last_log_index,omitempty"`
|
|
LastLogTerm uint64 `protobuf:"varint,5,opt,name=last_log_term,json=lastLogTerm,proto3" json:"last_log_term,omitempty"`
|
|
Peers []byte `protobuf:"bytes,6,opt,name=peers,proto3" json:"peers,omitempty"`
|
|
Configuration []byte `protobuf:"bytes,7,opt,name=configuration,proto3" json:"configuration,omitempty"`
|
|
ConfigurationIndex uint64 `protobuf:"varint,8,opt,name=configuration_index,json=configurationIndex,proto3" json:"configuration_index,omitempty"`
|
|
Size int64 `protobuf:"varint,9,opt,name=size,proto3" json:"size,omitempty"`
|
|
Data []byte `protobuf:"bytes,10,opt,name=data,proto3" json:"data,omitempty"`
|
|
}
|
|
|
|
func (x *InstallSnapshotRequest) Reset() {
|
|
*x = InstallSnapshotRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_proto_raft_transport_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *InstallSnapshotRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*InstallSnapshotRequest) ProtoMessage() {}
|
|
|
|
func (x *InstallSnapshotRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proto_raft_transport_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)
|
|
}
|
|
|
|
// Deprecated: Use InstallSnapshotRequest.ProtoReflect.Descriptor instead.
|
|
func (*InstallSnapshotRequest) Descriptor() ([]byte, []int) {
|
|
return file_proto_raft_transport_proto_rawDescGZIP(), []int{9}
|
|
}
|
|
|
|
func (x *InstallSnapshotRequest) GetRpcHeader() *RPCHeader {
|
|
if x != nil {
|
|
return x.RpcHeader
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InstallSnapshotRequest) GetSnapshotVersion() int64 {
|
|
if x != nil {
|
|
return x.SnapshotVersion
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *InstallSnapshotRequest) GetTerm() uint64 {
|
|
if x != nil {
|
|
return x.Term
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *InstallSnapshotRequest) GetLeader() []byte {
|
|
if x != nil {
|
|
return x.Leader
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InstallSnapshotRequest) GetLastLogIndex() uint64 {
|
|
if x != nil {
|
|
return x.LastLogIndex
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *InstallSnapshotRequest) GetLastLogTerm() uint64 {
|
|
if x != nil {
|
|
return x.LastLogTerm
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *InstallSnapshotRequest) GetPeers() []byte {
|
|
if x != nil {
|
|
return x.Peers
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InstallSnapshotRequest) GetConfiguration() []byte {
|
|
if x != nil {
|
|
return x.Configuration
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InstallSnapshotRequest) GetConfigurationIndex() uint64 {
|
|
if x != nil {
|
|
return x.ConfigurationIndex
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *InstallSnapshotRequest) GetSize() int64 {
|
|
if x != nil {
|
|
return x.Size
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *InstallSnapshotRequest) GetData() []byte {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type InstallSnapshotResponse struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RpcHeader *RPCHeader `protobuf:"bytes,1,opt,name=rpc_header,json=rpcHeader,proto3" json:"rpc_header,omitempty"`
|
|
Term uint64 `protobuf:"varint,2,opt,name=term,proto3" json:"term,omitempty"`
|
|
Success bool `protobuf:"varint,3,opt,name=success,proto3" json:"success,omitempty"`
|
|
}
|
|
|
|
func (x *InstallSnapshotResponse) Reset() {
|
|
*x = InstallSnapshotResponse{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_proto_raft_transport_proto_msgTypes[10]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *InstallSnapshotResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*InstallSnapshotResponse) ProtoMessage() {}
|
|
|
|
func (x *InstallSnapshotResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proto_raft_transport_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)
|
|
}
|
|
|
|
// Deprecated: Use InstallSnapshotResponse.ProtoReflect.Descriptor instead.
|
|
func (*InstallSnapshotResponse) Descriptor() ([]byte, []int) {
|
|
return file_proto_raft_transport_proto_rawDescGZIP(), []int{10}
|
|
}
|
|
|
|
func (x *InstallSnapshotResponse) GetRpcHeader() *RPCHeader {
|
|
if x != nil {
|
|
return x.RpcHeader
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *InstallSnapshotResponse) GetTerm() uint64 {
|
|
if x != nil {
|
|
return x.Term
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *InstallSnapshotResponse) GetSuccess() bool {
|
|
if x != nil {
|
|
return x.Success
|
|
}
|
|
return false
|
|
}
|
|
|
|
type RequestPreVoteRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RpcHeader *RPCHeader `protobuf:"bytes,1,opt,name=rpc_header,json=rpcHeader,proto3" json:"rpc_header,omitempty"`
|
|
Term uint64 `protobuf:"varint,2,opt,name=term,proto3" json:"term,omitempty"`
|
|
LastLogIndex uint64 `protobuf:"varint,3,opt,name=last_log_index,json=lastLogIndex,proto3" json:"last_log_index,omitempty"`
|
|
LastLogTerm uint64 `protobuf:"varint,4,opt,name=last_log_term,json=lastLogTerm,proto3" json:"last_log_term,omitempty"`
|
|
}
|
|
|
|
func (x *RequestPreVoteRequest) Reset() {
|
|
*x = RequestPreVoteRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_proto_raft_transport_proto_msgTypes[11]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RequestPreVoteRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RequestPreVoteRequest) ProtoMessage() {}
|
|
|
|
func (x *RequestPreVoteRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proto_raft_transport_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)
|
|
}
|
|
|
|
// Deprecated: Use RequestPreVoteRequest.ProtoReflect.Descriptor instead.
|
|
func (*RequestPreVoteRequest) Descriptor() ([]byte, []int) {
|
|
return file_proto_raft_transport_proto_rawDescGZIP(), []int{11}
|
|
}
|
|
|
|
func (x *RequestPreVoteRequest) GetRpcHeader() *RPCHeader {
|
|
if x != nil {
|
|
return x.RpcHeader
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *RequestPreVoteRequest) GetTerm() uint64 {
|
|
if x != nil {
|
|
return x.Term
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RequestPreVoteRequest) GetLastLogIndex() uint64 {
|
|
if x != nil {
|
|
return x.LastLogIndex
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RequestPreVoteRequest) GetLastLogTerm() uint64 {
|
|
if x != nil {
|
|
return x.LastLogTerm
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type RequestPreVoteResponse struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RpcHeader *RPCHeader `protobuf:"bytes,1,opt,name=rpc_header,json=rpcHeader,proto3" json:"rpc_header,omitempty"`
|
|
Term uint64 `protobuf:"varint,2,opt,name=term,proto3" json:"term,omitempty"`
|
|
Granted bool `protobuf:"varint,3,opt,name=granted,proto3" json:"granted,omitempty"`
|
|
}
|
|
|
|
func (x *RequestPreVoteResponse) Reset() {
|
|
*x = RequestPreVoteResponse{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_proto_raft_transport_proto_msgTypes[12]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RequestPreVoteResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RequestPreVoteResponse) ProtoMessage() {}
|
|
|
|
func (x *RequestPreVoteResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proto_raft_transport_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)
|
|
}
|
|
|
|
// Deprecated: Use RequestPreVoteResponse.ProtoReflect.Descriptor instead.
|
|
func (*RequestPreVoteResponse) Descriptor() ([]byte, []int) {
|
|
return file_proto_raft_transport_proto_rawDescGZIP(), []int{12}
|
|
}
|
|
|
|
func (x *RequestPreVoteResponse) GetRpcHeader() *RPCHeader {
|
|
if x != nil {
|
|
return x.RpcHeader
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *RequestPreVoteResponse) GetTerm() uint64 {
|
|
if x != nil {
|
|
return x.Term
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RequestPreVoteResponse) GetGranted() bool {
|
|
if x != nil {
|
|
return x.Granted
|
|
}
|
|
return false
|
|
}
|
|
|
|
var File_proto_raft_transport_proto protoreflect.FileDescriptor
|
|
|
|
var file_proto_raft_transport_proto_rawDesc = []byte{
|
|
0x0a, 0x1a, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x72, 0x61, 0x66, 0x74, 0x5f, 0x74, 0x72, 0x61,
|
|
0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x04, 0x72, 0x61,
|
|
0x66, 0x74, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72,
|
|
0x6f, 0x74, 0x6f, 0x22, 0x5a, 0x0a, 0x09, 0x52, 0x50, 0x43, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72,
|
|
0x12, 0x29, 0x0a, 0x10, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x5f, 0x76, 0x65, 0x72,
|
|
0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x70, 0x72, 0x6f, 0x74,
|
|
0x6f, 0x63, 0x6f, 0x6c, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69,
|
|
0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x61,
|
|
0x64, 0x64, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x61, 0x64, 0x64, 0x72, 0x22,
|
|
0xd7, 0x02, 0x0a, 0x03, 0x4c, 0x6f, 0x67, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78,
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x12, 0x0a,
|
|
0x04, 0x74, 0x65, 0x72, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x74, 0x65, 0x72,
|
|
0x6d, 0x12, 0x25, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32,
|
|
0x11, 0x2e, 0x72, 0x61, 0x66, 0x74, 0x2e, 0x4c, 0x6f, 0x67, 0x2e, 0x4c, 0x6f, 0x67, 0x54, 0x79,
|
|
0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61,
|
|
0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x1e, 0x0a, 0x0a,
|
|
0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c,
|
|
0x52, 0x0a, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x3b, 0x0a, 0x0b,
|
|
0x61, 0x70, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28,
|
|
0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0a, 0x61,
|
|
0x70, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x41, 0x74, 0x22, 0x8d, 0x01, 0x0a, 0x07, 0x4c, 0x6f,
|
|
0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x4c, 0x4f, 0x47, 0x5f, 0x43, 0x4f, 0x4d,
|
|
0x4d, 0x41, 0x4e, 0x44, 0x10, 0x00, 0x12, 0x0c, 0x0a, 0x08, 0x4c, 0x4f, 0x47, 0x5f, 0x4e, 0x4f,
|
|
0x4f, 0x50, 0x10, 0x01, 0x12, 0x1b, 0x0a, 0x17, 0x4c, 0x4f, 0x47, 0x5f, 0x41, 0x44, 0x44, 0x5f,
|
|
0x50, 0x45, 0x45, 0x52, 0x5f, 0x44, 0x45, 0x50, 0x52, 0x45, 0x43, 0x41, 0x54, 0x45, 0x44, 0x10,
|
|
0x02, 0x12, 0x1e, 0x0a, 0x1a, 0x4c, 0x4f, 0x47, 0x5f, 0x52, 0x45, 0x4d, 0x4f, 0x56, 0x45, 0x5f,
|
|
0x50, 0x45, 0x45, 0x52, 0x5f, 0x44, 0x45, 0x50, 0x52, 0x45, 0x43, 0x41, 0x54, 0x45, 0x44, 0x10,
|
|
0x03, 0x12, 0x0f, 0x0a, 0x0b, 0x4c, 0x4f, 0x47, 0x5f, 0x42, 0x41, 0x52, 0x52, 0x49, 0x45, 0x52,
|
|
0x10, 0x04, 0x12, 0x15, 0x0a, 0x11, 0x4c, 0x4f, 0x47, 0x5f, 0x43, 0x4f, 0x4e, 0x46, 0x49, 0x47,
|
|
0x55, 0x52, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x05, 0x22, 0x91, 0x02, 0x0a, 0x14, 0x41, 0x70,
|
|
0x70, 0x65, 0x6e, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
0x73, 0x74, 0x12, 0x2e, 0x0a, 0x0a, 0x72, 0x70, 0x63, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72,
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x72, 0x61, 0x66, 0x74, 0x2e, 0x52, 0x50,
|
|
0x43, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x09, 0x72, 0x70, 0x63, 0x48, 0x65, 0x61, 0x64,
|
|
0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x65, 0x72, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04,
|
|
0x52, 0x04, 0x74, 0x65, 0x72, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x6c, 0x65, 0x61, 0x64, 0x65, 0x72,
|
|
0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x6c, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12, 0x24,
|
|
0x0a, 0x0e, 0x70, 0x72, 0x65, 0x76, 0x5f, 0x6c, 0x6f, 0x67, 0x5f, 0x65, 0x6e, 0x74, 0x72, 0x79,
|
|
0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0c, 0x70, 0x72, 0x65, 0x76, 0x4c, 0x6f, 0x67, 0x45,
|
|
0x6e, 0x74, 0x72, 0x79, 0x12, 0x22, 0x0a, 0x0d, 0x70, 0x72, 0x65, 0x76, 0x5f, 0x6c, 0x6f, 0x67,
|
|
0x5f, 0x74, 0x65, 0x72, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x70, 0x72, 0x65,
|
|
0x76, 0x4c, 0x6f, 0x67, 0x54, 0x65, 0x72, 0x6d, 0x12, 0x23, 0x0a, 0x07, 0x65, 0x6e, 0x74, 0x72,
|
|
0x69, 0x65, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x72, 0x61, 0x66, 0x74,
|
|
0x2e, 0x4c, 0x6f, 0x67, 0x52, 0x07, 0x65, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x12, 0x2e, 0x0a,
|
|
0x13, 0x6c, 0x65, 0x61, 0x64, 0x65, 0x72, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x5f, 0x69,
|
|
0x6e, 0x64, 0x65, 0x78, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x52, 0x11, 0x6c, 0x65, 0x61, 0x64,
|
|
0x65, 0x72, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x22, 0x5c, 0x0a,
|
|
0x1b, 0x41, 0x70, 0x70, 0x65, 0x6e, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x43, 0x68,
|
|
0x75, 0x6e, 0x6b, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x27, 0x0a, 0x0f,
|
|
0x72, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x5f, 0x62, 0x79, 0x74, 0x65, 0x73, 0x18,
|
|
0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x72, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67,
|
|
0x42, 0x79, 0x74, 0x65, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x68, 0x75, 0x6e, 0x6b, 0x18, 0x02,
|
|
0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x63, 0x68, 0x75, 0x6e, 0x6b, 0x22, 0xba, 0x01, 0x0a, 0x15,
|
|
0x41, 0x70, 0x70, 0x65, 0x6e, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x52, 0x65, 0x73,
|
|
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x0a, 0x72, 0x70, 0x63, 0x5f, 0x68, 0x65, 0x61,
|
|
0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x72, 0x61, 0x66, 0x74,
|
|
0x2e, 0x52, 0x50, 0x43, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x09, 0x72, 0x70, 0x63, 0x48,
|
|
0x65, 0x61, 0x64, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x65, 0x72, 0x6d, 0x18, 0x02, 0x20,
|
|
0x01, 0x28, 0x04, 0x52, 0x04, 0x74, 0x65, 0x72, 0x6d, 0x12, 0x19, 0x0a, 0x08, 0x6c, 0x61, 0x73,
|
|
0x74, 0x5f, 0x6c, 0x6f, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x6c, 0x61, 0x73,
|
|
0x74, 0x4c, 0x6f, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18,
|
|
0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x28,
|
|
0x0a, 0x10, 0x6e, 0x6f, 0x5f, 0x72, 0x65, 0x74, 0x72, 0x79, 0x5f, 0x62, 0x61, 0x63, 0x6b, 0x6f,
|
|
0x66, 0x66, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0e, 0x6e, 0x6f, 0x52, 0x65, 0x74, 0x72,
|
|
0x79, 0x42, 0x61, 0x63, 0x6b, 0x6f, 0x66, 0x66, 0x22, 0xf1, 0x01, 0x0a, 0x12, 0x52, 0x65, 0x71,
|
|
0x75, 0x65, 0x73, 0x74, 0x56, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
|
|
0x2e, 0x0a, 0x0a, 0x72, 0x70, 0x63, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20,
|
|
0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x72, 0x61, 0x66, 0x74, 0x2e, 0x52, 0x50, 0x43, 0x48, 0x65,
|
|
0x61, 0x64, 0x65, 0x72, 0x52, 0x09, 0x72, 0x70, 0x63, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12,
|
|
0x12, 0x0a, 0x04, 0x74, 0x65, 0x72, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x74,
|
|
0x65, 0x72, 0x6d, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x61, 0x6e, 0x64, 0x69, 0x64, 0x61, 0x74, 0x65,
|
|
0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x63, 0x61, 0x6e, 0x64, 0x69, 0x64, 0x61, 0x74,
|
|
0x65, 0x12, 0x24, 0x0a, 0x0e, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x6c, 0x6f, 0x67, 0x5f, 0x69, 0x6e,
|
|
0x64, 0x65, 0x78, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x4c,
|
|
0x6f, 0x67, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x22, 0x0a, 0x0d, 0x6c, 0x61, 0x73, 0x74, 0x5f,
|
|
0x6c, 0x6f, 0x67, 0x5f, 0x74, 0x65, 0x72, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b,
|
|
0x6c, 0x61, 0x73, 0x74, 0x4c, 0x6f, 0x67, 0x54, 0x65, 0x72, 0x6d, 0x12, 0x2f, 0x0a, 0x13, 0x6c,
|
|
0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66,
|
|
0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x12, 0x6c, 0x65, 0x61, 0x64, 0x65, 0x72,
|
|
0x73, 0x68, 0x69, 0x70, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x22, 0x89, 0x01, 0x0a,
|
|
0x13, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x56, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70,
|
|
0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x0a, 0x72, 0x70, 0x63, 0x5f, 0x68, 0x65, 0x61, 0x64,
|
|
0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x72, 0x61, 0x66, 0x74, 0x2e,
|
|
0x52, 0x50, 0x43, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x09, 0x72, 0x70, 0x63, 0x48, 0x65,
|
|
0x61, 0x64, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x65, 0x72, 0x6d, 0x18, 0x02, 0x20, 0x01,
|
|
0x28, 0x04, 0x52, 0x04, 0x74, 0x65, 0x72, 0x6d, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x65, 0x65, 0x72,
|
|
0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x70, 0x65, 0x65, 0x72, 0x73, 0x12, 0x18,
|
|
0x0a, 0x07, 0x67, 0x72, 0x61, 0x6e, 0x74, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52,
|
|
0x07, 0x67, 0x72, 0x61, 0x6e, 0x74, 0x65, 0x64, 0x22, 0x43, 0x0a, 0x11, 0x54, 0x69, 0x6d, 0x65,
|
|
0x6f, 0x75, 0x74, 0x4e, 0x6f, 0x77, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2e, 0x0a,
|
|
0x0a, 0x72, 0x70, 0x63, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x0b, 0x32, 0x0f, 0x2e, 0x72, 0x61, 0x66, 0x74, 0x2e, 0x52, 0x50, 0x43, 0x48, 0x65, 0x61, 0x64,
|
|
0x65, 0x72, 0x52, 0x09, 0x72, 0x70, 0x63, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x22, 0x44, 0x0a,
|
|
0x12, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x4e, 0x6f, 0x77, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x0a, 0x72, 0x70, 0x63, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65,
|
|
0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x72, 0x61, 0x66, 0x74, 0x2e, 0x52,
|
|
0x50, 0x43, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x09, 0x72, 0x70, 0x63, 0x48, 0x65, 0x61,
|
|
0x64, 0x65, 0x72, 0x22, 0xfe, 0x02, 0x0a, 0x16, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x53,
|
|
0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2e,
|
|
0x0a, 0x0a, 0x72, 0x70, 0x63, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x72, 0x61, 0x66, 0x74, 0x2e, 0x52, 0x50, 0x43, 0x48, 0x65, 0x61,
|
|
0x64, 0x65, 0x72, 0x52, 0x09, 0x72, 0x70, 0x63, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12, 0x29,
|
|
0x0a, 0x10, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69,
|
|
0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68,
|
|
0x6f, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x65, 0x72,
|
|
0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x74, 0x65, 0x72, 0x6d, 0x12, 0x16, 0x0a,
|
|
0x06, 0x6c, 0x65, 0x61, 0x64, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x6c,
|
|
0x65, 0x61, 0x64, 0x65, 0x72, 0x12, 0x24, 0x0a, 0x0e, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x6c, 0x6f,
|
|
0x67, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0c, 0x6c,
|
|
0x61, 0x73, 0x74, 0x4c, 0x6f, 0x67, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x22, 0x0a, 0x0d, 0x6c,
|
|
0x61, 0x73, 0x74, 0x5f, 0x6c, 0x6f, 0x67, 0x5f, 0x74, 0x65, 0x72, 0x6d, 0x18, 0x05, 0x20, 0x01,
|
|
0x28, 0x04, 0x52, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x4c, 0x6f, 0x67, 0x54, 0x65, 0x72, 0x6d, 0x12,
|
|
0x14, 0x0a, 0x05, 0x70, 0x65, 0x65, 0x72, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05,
|
|
0x70, 0x65, 0x65, 0x72, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75,
|
|
0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x63, 0x6f,
|
|
0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2f, 0x0a, 0x13, 0x63,
|
|
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x6e, 0x64,
|
|
0x65, 0x78, 0x18, 0x08, 0x20, 0x01, 0x28, 0x04, 0x52, 0x12, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
|
|
0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x12, 0x0a, 0x04,
|
|
0x73, 0x69, 0x7a, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x73, 0x69, 0x7a, 0x65,
|
|
0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04,
|
|
0x64, 0x61, 0x74, 0x61, 0x22, 0x77, 0x0a, 0x17, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x53,
|
|
0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
|
|
0x2e, 0x0a, 0x0a, 0x72, 0x70, 0x63, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20,
|
|
0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x72, 0x61, 0x66, 0x74, 0x2e, 0x52, 0x50, 0x43, 0x48, 0x65,
|
|
0x61, 0x64, 0x65, 0x72, 0x52, 0x09, 0x72, 0x70, 0x63, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12,
|
|
0x12, 0x0a, 0x04, 0x74, 0x65, 0x72, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x74,
|
|
0x65, 0x72, 0x6d, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x03,
|
|
0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0xa5, 0x01,
|
|
0x0a, 0x15, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x50, 0x72, 0x65, 0x56, 0x6f, 0x74, 0x65,
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2e, 0x0a, 0x0a, 0x72, 0x70, 0x63, 0x5f, 0x68,
|
|
0x65, 0x61, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x72, 0x61,
|
|
0x66, 0x74, 0x2e, 0x52, 0x50, 0x43, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x09, 0x72, 0x70,
|
|
0x63, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x65, 0x72, 0x6d, 0x18,
|
|
0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x74, 0x65, 0x72, 0x6d, 0x12, 0x24, 0x0a, 0x0e, 0x6c,
|
|
0x61, 0x73, 0x74, 0x5f, 0x6c, 0x6f, 0x67, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x03, 0x20,
|
|
0x01, 0x28, 0x04, 0x52, 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x4c, 0x6f, 0x67, 0x49, 0x6e, 0x64, 0x65,
|
|
0x78, 0x12, 0x22, 0x0a, 0x0d, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x6c, 0x6f, 0x67, 0x5f, 0x74, 0x65,
|
|
0x72, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x4c, 0x6f,
|
|
0x67, 0x54, 0x65, 0x72, 0x6d, 0x22, 0x76, 0x0a, 0x16, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
0x50, 0x72, 0x65, 0x56, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
|
|
0x2e, 0x0a, 0x0a, 0x72, 0x70, 0x63, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20,
|
|
0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x72, 0x61, 0x66, 0x74, 0x2e, 0x52, 0x50, 0x43, 0x48, 0x65,
|
|
0x61, 0x64, 0x65, 0x72, 0x52, 0x09, 0x72, 0x70, 0x63, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12,
|
|
0x12, 0x0a, 0x04, 0x74, 0x65, 0x72, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x74,
|
|
0x65, 0x72, 0x6d, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x72, 0x61, 0x6e, 0x74, 0x65, 0x64, 0x18, 0x03,
|
|
0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x67, 0x72, 0x61, 0x6e, 0x74, 0x65, 0x64, 0x32, 0xa1, 0x05,
|
|
0x0a, 0x0d, 0x52, 0x61, 0x66, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x12,
|
|
0x56, 0x0a, 0x15, 0x41, 0x70, 0x70, 0x65, 0x6e, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73,
|
|
0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x1a, 0x2e, 0x72, 0x61, 0x66, 0x74, 0x2e,
|
|
0x41, 0x70, 0x70, 0x65, 0x6e, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x52, 0x65, 0x71,
|
|
0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x72, 0x61, 0x66, 0x74, 0x2e, 0x41, 0x70, 0x70, 0x65,
|
|
0x6e, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
|
0x65, 0x22, 0x00, 0x28, 0x01, 0x30, 0x01, 0x12, 0x64, 0x0a, 0x1c, 0x41, 0x70, 0x70, 0x65, 0x6e,
|
|
0x64, 0x45, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x43, 0x68, 0x75, 0x6e, 0x6b, 0x65, 0x64, 0x50,
|
|
0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x21, 0x2e, 0x72, 0x61, 0x66, 0x74, 0x2e, 0x41,
|
|
0x70, 0x70, 0x65, 0x6e, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x43, 0x68, 0x75, 0x6e,
|
|
0x6b, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x72, 0x61, 0x66,
|
|
0x74, 0x2e, 0x41, 0x70, 0x70, 0x65, 0x6e, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x52,
|
|
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x28, 0x01, 0x30, 0x01, 0x12, 0x4a, 0x0a,
|
|
0x0d, 0x41, 0x70, 0x70, 0x65, 0x6e, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x12, 0x1a,
|
|
0x2e, 0x72, 0x61, 0x66, 0x74, 0x2e, 0x41, 0x70, 0x70, 0x65, 0x6e, 0x64, 0x45, 0x6e, 0x74, 0x72,
|
|
0x69, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x72, 0x61, 0x66,
|
|
0x74, 0x2e, 0x41, 0x70, 0x70, 0x65, 0x6e, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x52,
|
|
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x5a, 0x0a, 0x14, 0x41, 0x70, 0x70,
|
|
0x65, 0x6e, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x43, 0x68, 0x75, 0x6e, 0x6b, 0x65,
|
|
0x64, 0x12, 0x21, 0x2e, 0x72, 0x61, 0x66, 0x74, 0x2e, 0x41, 0x70, 0x70, 0x65, 0x6e, 0x64, 0x45,
|
|
0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x43, 0x68, 0x75, 0x6e, 0x6b, 0x65, 0x64, 0x52, 0x65, 0x71,
|
|
0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x72, 0x61, 0x66, 0x74, 0x2e, 0x41, 0x70, 0x70, 0x65,
|
|
0x6e, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
|
0x65, 0x22, 0x00, 0x28, 0x01, 0x12, 0x44, 0x0a, 0x0b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
0x56, 0x6f, 0x74, 0x65, 0x12, 0x18, 0x2e, 0x72, 0x61, 0x66, 0x74, 0x2e, 0x52, 0x65, 0x71, 0x75,
|
|
0x65, 0x73, 0x74, 0x56, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19,
|
|
0x2e, 0x72, 0x61, 0x66, 0x74, 0x2e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x56, 0x6f, 0x74,
|
|
0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x41, 0x0a, 0x0a, 0x54,
|
|
0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x4e, 0x6f, 0x77, 0x12, 0x17, 0x2e, 0x72, 0x61, 0x66, 0x74,
|
|
0x2e, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x4e, 0x6f, 0x77, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
0x73, 0x74, 0x1a, 0x18, 0x2e, 0x72, 0x61, 0x66, 0x74, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75,
|
|
0x74, 0x4e, 0x6f, 0x77, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x52,
|
|
0x0a, 0x0f, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x53, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f,
|
|
0x74, 0x12, 0x1c, 0x2e, 0x72, 0x61, 0x66, 0x74, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c,
|
|
0x53, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
|
|
0x1d, 0x2e, 0x72, 0x61, 0x66, 0x74, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x53, 0x6e,
|
|
0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00,
|
|
0x28, 0x01, 0x12, 0x4d, 0x0a, 0x0e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x50, 0x72, 0x65,
|
|
0x56, 0x6f, 0x74, 0x65, 0x12, 0x1b, 0x2e, 0x72, 0x61, 0x66, 0x74, 0x2e, 0x52, 0x65, 0x71, 0x75,
|
|
0x65, 0x73, 0x74, 0x50, 0x72, 0x65, 0x56, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
0x74, 0x1a, 0x1c, 0x2e, 0x72, 0x61, 0x66, 0x74, 0x2e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
0x50, 0x72, 0x65, 0x56, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
|
|
0x00, 0x42, 0x09, 0x5a, 0x07, 0x2e, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72,
|
|
0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_proto_raft_transport_proto_rawDescOnce sync.Once
|
|
file_proto_raft_transport_proto_rawDescData = file_proto_raft_transport_proto_rawDesc
|
|
)
|
|
|
|
func file_proto_raft_transport_proto_rawDescGZIP() []byte {
|
|
file_proto_raft_transport_proto_rawDescOnce.Do(func() {
|
|
file_proto_raft_transport_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_raft_transport_proto_rawDescData)
|
|
})
|
|
return file_proto_raft_transport_proto_rawDescData
|
|
}
|
|
|
|
var file_proto_raft_transport_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
|
|
var file_proto_raft_transport_proto_msgTypes = make([]protoimpl.MessageInfo, 13)
|
|
var file_proto_raft_transport_proto_goTypes = []interface{}{
|
|
(Log_LogType)(0), // 0: raft.Log.LogType
|
|
(*RPCHeader)(nil), // 1: raft.RPCHeader
|
|
(*Log)(nil), // 2: raft.Log
|
|
(*AppendEntriesRequest)(nil), // 3: raft.AppendEntriesRequest
|
|
(*AppendEntriesChunkedRequest)(nil), // 4: raft.AppendEntriesChunkedRequest
|
|
(*AppendEntriesResponse)(nil), // 5: raft.AppendEntriesResponse
|
|
(*RequestVoteRequest)(nil), // 6: raft.RequestVoteRequest
|
|
(*RequestVoteResponse)(nil), // 7: raft.RequestVoteResponse
|
|
(*TimeoutNowRequest)(nil), // 8: raft.TimeoutNowRequest
|
|
(*TimeoutNowResponse)(nil), // 9: raft.TimeoutNowResponse
|
|
(*InstallSnapshotRequest)(nil), // 10: raft.InstallSnapshotRequest
|
|
(*InstallSnapshotResponse)(nil), // 11: raft.InstallSnapshotResponse
|
|
(*RequestPreVoteRequest)(nil), // 12: raft.RequestPreVoteRequest
|
|
(*RequestPreVoteResponse)(nil), // 13: raft.RequestPreVoteResponse
|
|
(*timestamppb.Timestamp)(nil), // 14: google.protobuf.Timestamp
|
|
}
|
|
var file_proto_raft_transport_proto_depIdxs = []int32{
|
|
0, // 0: raft.Log.type:type_name -> raft.Log.LogType
|
|
14, // 1: raft.Log.appended_at:type_name -> google.protobuf.Timestamp
|
|
1, // 2: raft.AppendEntriesRequest.rpc_header:type_name -> raft.RPCHeader
|
|
2, // 3: raft.AppendEntriesRequest.entries:type_name -> raft.Log
|
|
1, // 4: raft.AppendEntriesResponse.rpc_header:type_name -> raft.RPCHeader
|
|
1, // 5: raft.RequestVoteRequest.rpc_header:type_name -> raft.RPCHeader
|
|
1, // 6: raft.RequestVoteResponse.rpc_header:type_name -> raft.RPCHeader
|
|
1, // 7: raft.TimeoutNowRequest.rpc_header:type_name -> raft.RPCHeader
|
|
1, // 8: raft.TimeoutNowResponse.rpc_header:type_name -> raft.RPCHeader
|
|
1, // 9: raft.InstallSnapshotRequest.rpc_header:type_name -> raft.RPCHeader
|
|
1, // 10: raft.InstallSnapshotResponse.rpc_header:type_name -> raft.RPCHeader
|
|
1, // 11: raft.RequestPreVoteRequest.rpc_header:type_name -> raft.RPCHeader
|
|
1, // 12: raft.RequestPreVoteResponse.rpc_header:type_name -> raft.RPCHeader
|
|
3, // 13: raft.RaftTransport.AppendEntriesPipeline:input_type -> raft.AppendEntriesRequest
|
|
4, // 14: raft.RaftTransport.AppendEntriesChunkedPipeline:input_type -> raft.AppendEntriesChunkedRequest
|
|
3, // 15: raft.RaftTransport.AppendEntries:input_type -> raft.AppendEntriesRequest
|
|
4, // 16: raft.RaftTransport.AppendEntriesChunked:input_type -> raft.AppendEntriesChunkedRequest
|
|
6, // 17: raft.RaftTransport.RequestVote:input_type -> raft.RequestVoteRequest
|
|
8, // 18: raft.RaftTransport.TimeoutNow:input_type -> raft.TimeoutNowRequest
|
|
10, // 19: raft.RaftTransport.InstallSnapshot:input_type -> raft.InstallSnapshotRequest
|
|
12, // 20: raft.RaftTransport.RequestPreVote:input_type -> raft.RequestPreVoteRequest
|
|
5, // 21: raft.RaftTransport.AppendEntriesPipeline:output_type -> raft.AppendEntriesResponse
|
|
5, // 22: raft.RaftTransport.AppendEntriesChunkedPipeline:output_type -> raft.AppendEntriesResponse
|
|
5, // 23: raft.RaftTransport.AppendEntries:output_type -> raft.AppendEntriesResponse
|
|
5, // 24: raft.RaftTransport.AppendEntriesChunked:output_type -> raft.AppendEntriesResponse
|
|
7, // 25: raft.RaftTransport.RequestVote:output_type -> raft.RequestVoteResponse
|
|
9, // 26: raft.RaftTransport.TimeoutNow:output_type -> raft.TimeoutNowResponse
|
|
11, // 27: raft.RaftTransport.InstallSnapshot:output_type -> raft.InstallSnapshotResponse
|
|
13, // 28: raft.RaftTransport.RequestPreVote:output_type -> raft.RequestPreVoteResponse
|
|
21, // [21:29] is the sub-list for method output_type
|
|
13, // [13:21] is the sub-list for method input_type
|
|
13, // [13:13] is the sub-list for extension type_name
|
|
13, // [13:13] is the sub-list for extension extendee
|
|
0, // [0:13] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_proto_raft_transport_proto_init() }
|
|
func file_proto_raft_transport_proto_init() {
|
|
if File_proto_raft_transport_proto != nil {
|
|
return
|
|
}
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_proto_raft_transport_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RPCHeader); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_proto_raft_transport_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Log); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_proto_raft_transport_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*AppendEntriesRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_proto_raft_transport_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*AppendEntriesChunkedRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_proto_raft_transport_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*AppendEntriesResponse); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_proto_raft_transport_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RequestVoteRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_proto_raft_transport_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RequestVoteResponse); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_proto_raft_transport_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*TimeoutNowRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_proto_raft_transport_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*TimeoutNowResponse); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_proto_raft_transport_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*InstallSnapshotRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_proto_raft_transport_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*InstallSnapshotResponse); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_proto_raft_transport_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RequestPreVoteRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_proto_raft_transport_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RequestPreVoteResponse); 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_proto_raft_transport_proto_rawDesc,
|
|
NumEnums: 1,
|
|
NumMessages: 13,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
},
|
|
GoTypes: file_proto_raft_transport_proto_goTypes,
|
|
DependencyIndexes: file_proto_raft_transport_proto_depIdxs,
|
|
EnumInfos: file_proto_raft_transport_proto_enumTypes,
|
|
MessageInfos: file_proto_raft_transport_proto_msgTypes,
|
|
}.Build()
|
|
File_proto_raft_transport_proto = out.File
|
|
file_proto_raft_transport_proto_rawDesc = nil
|
|
file_proto_raft_transport_proto_goTypes = nil
|
|
file_proto_raft_transport_proto_depIdxs = nil
|
|
}
|