From d1db15853ecaf62d812d8943cb6502f62b6673a7 Mon Sep 17 00:00:00 2001 From: cfzjywxk Date: Thu, 17 Oct 2019 21:17:02 +0800 Subject: [PATCH 1/2] add LockType field into proto LockInfo --- pkg/kvrpcpb/kvrpcpb.pb.go | 548 ++++++++++++++++++++------------------ proto/kvrpcpb.proto | 1 + 2 files changed, 293 insertions(+), 256 deletions(-) diff --git a/pkg/kvrpcpb/kvrpcpb.pb.go b/pkg/kvrpcpb/kvrpcpb.pb.go index 7f8a7da21..095ec2bb5 100644 --- a/pkg/kvrpcpb/kvrpcpb.pb.go +++ b/pkg/kvrpcpb/kvrpcpb.pb.go @@ -51,7 +51,7 @@ func (x CommandPri) String() string { return proto.EnumName(CommandPri_name, int32(x)) } func (CommandPri) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{0} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{0} } type IsolationLevel int32 @@ -74,7 +74,7 @@ func (x IsolationLevel) String() string { return proto.EnumName(IsolationLevel_name, int32(x)) } func (IsolationLevel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{1} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{1} } type Op int32 @@ -110,7 +110,7 @@ func (x Op) String() string { return proto.EnumName(Op_name, int32(x)) } func (Op) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{2} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{2} } type Assertion int32 @@ -136,7 +136,7 @@ func (x Assertion) String() string { return proto.EnumName(Assertion_name, int32(x)) } func (Assertion) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{3} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{3} } type LockInfo struct { @@ -146,6 +146,7 @@ type LockInfo struct { LockTtl uint64 `protobuf:"varint,4,opt,name=lock_ttl,json=lockTtl,proto3" json:"lock_ttl,omitempty"` // How many keys this transaction involved. TxnSize uint64 `protobuf:"varint,5,opt,name=txn_size,json=txnSize,proto3" json:"txn_size,omitempty"` + LockType uint32 `protobuf:"varint,6,opt,name=lock_type,json=lockType,proto3" json:"lock_type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -155,7 +156,7 @@ func (m *LockInfo) Reset() { *m = LockInfo{} } func (m *LockInfo) String() string { return proto.CompactTextString(m) } func (*LockInfo) ProtoMessage() {} func (*LockInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{0} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{0} } func (m *LockInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -219,6 +220,13 @@ func (m *LockInfo) GetTxnSize() uint64 { return 0 } +func (m *LockInfo) GetLockType() uint32 { + if m != nil { + return m.LockType + } + return 0 +} + type AlreadyExist struct { Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -230,7 +238,7 @@ func (m *AlreadyExist) Reset() { *m = AlreadyExist{} } func (m *AlreadyExist) String() string { return proto.CompactTextString(m) } func (*AlreadyExist) ProtoMessage() {} func (*AlreadyExist) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{1} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{1} } func (m *AlreadyExist) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -282,7 +290,7 @@ func (m *KeyError) Reset() { *m = KeyError{} } func (m *KeyError) String() string { return proto.CompactTextString(m) } func (*KeyError) ProtoMessage() {} func (*KeyError) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{2} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{2} } func (m *KeyError) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -368,7 +376,7 @@ func (m *WriteConflict) Reset() { *m = WriteConflict{} } func (m *WriteConflict) String() string { return proto.CompactTextString(m) } func (*WriteConflict) ProtoMessage() {} func (*WriteConflict) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{3} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{3} } func (m *WriteConflict) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -445,7 +453,7 @@ func (m *Deadlock) Reset() { *m = Deadlock{} } func (m *Deadlock) String() string { return proto.CompactTextString(m) } func (*Deadlock) ProtoMessage() {} func (*Deadlock) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{4} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{4} } func (m *Deadlock) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -517,7 +525,7 @@ func (m *Context) Reset() { *m = Context{} } func (m *Context) String() string { return proto.CompactTextString(m) } func (*Context) ProtoMessage() {} func (*Context) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{5} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{5} } func (m *Context) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -642,7 +650,7 @@ func (m *HandleTime) Reset() { *m = HandleTime{} } func (m *HandleTime) String() string { return proto.CompactTextString(m) } func (*HandleTime) ProtoMessage() {} func (*HandleTime) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{6} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{6} } func (m *HandleTime) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -697,7 +705,7 @@ func (m *ScanInfo) Reset() { *m = ScanInfo{} } func (m *ScanInfo) String() string { return proto.CompactTextString(m) } func (*ScanInfo) ProtoMessage() {} func (*ScanInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{7} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{7} } func (m *ScanInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -753,7 +761,7 @@ func (m *ScanDetail) Reset() { *m = ScanDetail{} } func (m *ScanDetail) String() string { return proto.CompactTextString(m) } func (*ScanDetail) ProtoMessage() {} func (*ScanDetail) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{8} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{8} } func (m *ScanDetail) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -815,7 +823,7 @@ func (m *ExecDetails) Reset() { *m = ExecDetails{} } func (m *ExecDetails) String() string { return proto.CompactTextString(m) } func (*ExecDetails) ProtoMessage() {} func (*ExecDetails) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{9} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{9} } func (m *ExecDetails) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -871,7 +879,7 @@ func (m *GetRequest) Reset() { *m = GetRequest{} } func (m *GetRequest) String() string { return proto.CompactTextString(m) } func (*GetRequest) ProtoMessage() {} func (*GetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{10} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{10} } func (m *GetRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -935,7 +943,7 @@ func (m *GetResponse) Reset() { *m = GetResponse{} } func (m *GetResponse) String() string { return proto.CompactTextString(m) } func (*GetResponse) ProtoMessage() {} func (*GetResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{11} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{11} } func (m *GetResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1011,7 +1019,7 @@ func (m *ScanRequest) Reset() { *m = ScanRequest{} } func (m *ScanRequest) String() string { return proto.CompactTextString(m) } func (*ScanRequest) ProtoMessage() {} func (*ScanRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{12} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{12} } func (m *ScanRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1102,7 +1110,7 @@ func (m *KvPair) Reset() { *m = KvPair{} } func (m *KvPair) String() string { return proto.CompactTextString(m) } func (*KvPair) ProtoMessage() {} func (*KvPair) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{13} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{13} } func (m *KvPair) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1164,7 +1172,7 @@ func (m *ScanResponse) Reset() { *m = ScanResponse{} } func (m *ScanResponse) String() string { return proto.CompactTextString(m) } func (*ScanResponse) ProtoMessage() {} func (*ScanResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{14} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{14} } func (m *ScanResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1221,7 +1229,7 @@ func (m *Mutation) Reset() { *m = Mutation{} } func (m *Mutation) String() string { return proto.CompactTextString(m) } func (*Mutation) ProtoMessage() {} func (*Mutation) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{15} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{15} } func (m *Mutation) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1304,7 +1312,7 @@ func (m *PrewriteRequest) Reset() { *m = PrewriteRequest{} } func (m *PrewriteRequest) String() string { return proto.CompactTextString(m) } func (*PrewriteRequest) ProtoMessage() {} func (*PrewriteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{16} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{16} } func (m *PrewriteRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1415,7 +1423,7 @@ func (m *PrewriteResponse) Reset() { *m = PrewriteResponse{} } func (m *PrewriteResponse) String() string { return proto.CompactTextString(m) } func (*PrewriteResponse) ProtoMessage() {} func (*PrewriteResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{17} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{17} } func (m *PrewriteResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1473,7 +1481,7 @@ func (m *TxnHeartBeatRequest) Reset() { *m = TxnHeartBeatRequest{} } func (m *TxnHeartBeatRequest) String() string { return proto.CompactTextString(m) } func (*TxnHeartBeatRequest) ProtoMessage() {} func (*TxnHeartBeatRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{18} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{18} } func (m *TxnHeartBeatRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1543,7 +1551,7 @@ func (m *TxnHeartBeatResponse) Reset() { *m = TxnHeartBeatResponse{} } func (m *TxnHeartBeatResponse) String() string { return proto.CompactTextString(m) } func (*TxnHeartBeatResponse) ProtoMessage() {} func (*TxnHeartBeatResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{19} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{19} } func (m *TxnHeartBeatResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1614,7 +1622,7 @@ func (m *PessimisticLockRequest) Reset() { *m = PessimisticLockRequest{} func (m *PessimisticLockRequest) String() string { return proto.CompactTextString(m) } func (*PessimisticLockRequest) ProtoMessage() {} func (*PessimisticLockRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{20} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{20} } func (m *PessimisticLockRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1711,7 +1719,7 @@ func (m *PessimisticLockResponse) Reset() { *m = PessimisticLockResponse func (m *PessimisticLockResponse) String() string { return proto.CompactTextString(m) } func (*PessimisticLockResponse) ProtoMessage() {} func (*PessimisticLockResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{21} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{21} } func (m *PessimisticLockResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1768,7 +1776,7 @@ func (m *PessimisticRollbackRequest) Reset() { *m = PessimisticRollbackR func (m *PessimisticRollbackRequest) String() string { return proto.CompactTextString(m) } func (*PessimisticRollbackRequest) ProtoMessage() {} func (*PessimisticRollbackRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{22} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{22} } func (m *PessimisticRollbackRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1837,7 +1845,7 @@ func (m *PessimisticRollbackResponse) Reset() { *m = PessimisticRollback func (m *PessimisticRollbackResponse) String() string { return proto.CompactTextString(m) } func (*PessimisticRollbackResponse) ProtoMessage() {} func (*PessimisticRollbackResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{23} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{23} } func (m *PessimisticRollbackResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1894,7 +1902,7 @@ func (m *CommitRequest) Reset() { *m = CommitRequest{} } func (m *CommitRequest) String() string { return proto.CompactTextString(m) } func (*CommitRequest) ProtoMessage() {} func (*CommitRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{24} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{24} } func (m *CommitRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1964,7 +1972,7 @@ func (m *CommitResponse) Reset() { *m = CommitResponse{} } func (m *CommitResponse) String() string { return proto.CompactTextString(m) } func (*CommitResponse) ProtoMessage() {} func (*CommitResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{25} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{25} } func (m *CommitResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2026,7 +2034,7 @@ func (m *ImportRequest) Reset() { *m = ImportRequest{} } func (m *ImportRequest) String() string { return proto.CompactTextString(m) } func (*ImportRequest) ProtoMessage() {} func (*ImportRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{26} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{26} } func (m *ImportRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2081,7 +2089,7 @@ func (m *ImportResponse) Reset() { *m = ImportResponse{} } func (m *ImportResponse) String() string { return proto.CompactTextString(m) } func (*ImportResponse) ProtoMessage() {} func (*ImportResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{27} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{27} } func (m *ImportResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2137,7 +2145,7 @@ func (m *BatchRollbackRequest) Reset() { *m = BatchRollbackRequest{} } func (m *BatchRollbackRequest) String() string { return proto.CompactTextString(m) } func (*BatchRollbackRequest) ProtoMessage() {} func (*BatchRollbackRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{28} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{28} } func (m *BatchRollbackRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2199,7 +2207,7 @@ func (m *BatchRollbackResponse) Reset() { *m = BatchRollbackResponse{} } func (m *BatchRollbackResponse) String() string { return proto.CompactTextString(m) } func (*BatchRollbackResponse) ProtoMessage() {} func (*BatchRollbackResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{29} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{29} } func (m *BatchRollbackResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2263,7 +2271,7 @@ func (m *CheckTxnStatusRequest) Reset() { *m = CheckTxnStatusRequest{} } func (m *CheckTxnStatusRequest) String() string { return proto.CompactTextString(m) } func (*CheckTxnStatusRequest) ProtoMessage() {} func (*CheckTxnStatusRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{30} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{30} } func (m *CheckTxnStatusRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2345,7 +2353,7 @@ func (m *CheckTxnStatusResponse) Reset() { *m = CheckTxnStatusResponse{} func (m *CheckTxnStatusResponse) String() string { return proto.CompactTextString(m) } func (*CheckTxnStatusResponse) ProtoMessage() {} func (*CheckTxnStatusResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{31} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{31} } func (m *CheckTxnStatusResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2416,7 +2424,7 @@ func (m *CleanupRequest) Reset() { *m = CleanupRequest{} } func (m *CleanupRequest) String() string { return proto.CompactTextString(m) } func (*CleanupRequest) ProtoMessage() {} func (*CleanupRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{32} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{32} } func (m *CleanupRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2486,7 +2494,7 @@ func (m *CleanupResponse) Reset() { *m = CleanupResponse{} } func (m *CleanupResponse) String() string { return proto.CompactTextString(m) } func (*CleanupResponse) ProtoMessage() {} func (*CleanupResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{33} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{33} } func (m *CleanupResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2549,7 +2557,7 @@ func (m *BatchGetRequest) Reset() { *m = BatchGetRequest{} } func (m *BatchGetRequest) String() string { return proto.CompactTextString(m) } func (*BatchGetRequest) ProtoMessage() {} func (*BatchGetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{34} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{34} } func (m *BatchGetRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2611,7 +2619,7 @@ func (m *BatchGetResponse) Reset() { *m = BatchGetResponse{} } func (m *BatchGetResponse) String() string { return proto.CompactTextString(m) } func (*BatchGetResponse) ProtoMessage() {} func (*BatchGetResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{35} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{35} } func (m *BatchGetResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2668,7 +2676,7 @@ func (m *ScanLockRequest) Reset() { *m = ScanLockRequest{} } func (m *ScanLockRequest) String() string { return proto.CompactTextString(m) } func (*ScanLockRequest) ProtoMessage() {} func (*ScanLockRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{36} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{36} } func (m *ScanLockRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2738,7 +2746,7 @@ func (m *ScanLockResponse) Reset() { *m = ScanLockResponse{} } func (m *ScanLockResponse) String() string { return proto.CompactTextString(m) } func (*ScanLockResponse) ProtoMessage() {} func (*ScanLockResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{37} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{37} } func (m *ScanLockResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2800,7 +2808,7 @@ func (m *TxnInfo) Reset() { *m = TxnInfo{} } func (m *TxnInfo) String() string { return proto.CompactTextString(m) } func (*TxnInfo) ProtoMessage() {} func (*TxnInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{38} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{38} } func (m *TxnInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2860,7 +2868,7 @@ func (m *ResolveLockRequest) Reset() { *m = ResolveLockRequest{} } func (m *ResolveLockRequest) String() string { return proto.CompactTextString(m) } func (*ResolveLockRequest) ProtoMessage() {} func (*ResolveLockRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{39} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{39} } func (m *ResolveLockRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2936,7 +2944,7 @@ func (m *ResolveLockResponse) Reset() { *m = ResolveLockResponse{} } func (m *ResolveLockResponse) String() string { return proto.CompactTextString(m) } func (*ResolveLockResponse) ProtoMessage() {} func (*ResolveLockResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{40} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{40} } func (m *ResolveLockResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2991,7 +2999,7 @@ func (m *GCRequest) Reset() { *m = GCRequest{} } func (m *GCRequest) String() string { return proto.CompactTextString(m) } func (*GCRequest) ProtoMessage() {} func (*GCRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{41} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{41} } func (m *GCRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3046,7 +3054,7 @@ func (m *GCResponse) Reset() { *m = GCResponse{} } func (m *GCResponse) String() string { return proto.CompactTextString(m) } func (*GCResponse) ProtoMessage() {} func (*GCResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{42} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{42} } func (m *GCResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3102,7 +3110,7 @@ func (m *RawGetRequest) Reset() { *m = RawGetRequest{} } func (m *RawGetRequest) String() string { return proto.CompactTextString(m) } func (*RawGetRequest) ProtoMessage() {} func (*RawGetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{43} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{43} } func (m *RawGetRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3166,7 +3174,7 @@ func (m *RawGetResponse) Reset() { *m = RawGetResponse{} } func (m *RawGetResponse) String() string { return proto.CompactTextString(m) } func (*RawGetResponse) ProtoMessage() {} func (*RawGetResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{44} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{44} } func (m *RawGetResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3237,7 +3245,7 @@ func (m *RawPutRequest) Reset() { *m = RawPutRequest{} } func (m *RawPutRequest) String() string { return proto.CompactTextString(m) } func (*RawPutRequest) ProtoMessage() {} func (*RawPutRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{45} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{45} } func (m *RawPutRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3306,7 +3314,7 @@ func (m *RawPutResponse) Reset() { *m = RawPutResponse{} } func (m *RawPutResponse) String() string { return proto.CompactTextString(m) } func (*RawPutResponse) ProtoMessage() {} func (*RawPutResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{46} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{46} } func (m *RawPutResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3362,7 +3370,7 @@ func (m *RawBatchPutRequest) Reset() { *m = RawBatchPutRequest{} } func (m *RawBatchPutRequest) String() string { return proto.CompactTextString(m) } func (*RawBatchPutRequest) ProtoMessage() {} func (*RawBatchPutRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{47} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{47} } func (m *RawBatchPutRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3424,7 +3432,7 @@ func (m *RawBatchPutResponse) Reset() { *m = RawBatchPutResponse{} } func (m *RawBatchPutResponse) String() string { return proto.CompactTextString(m) } func (*RawBatchPutResponse) ProtoMessage() {} func (*RawBatchPutResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{48} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{48} } func (m *RawBatchPutResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3480,7 +3488,7 @@ func (m *RawBatchGetRequest) Reset() { *m = RawBatchGetRequest{} } func (m *RawBatchGetRequest) String() string { return proto.CompactTextString(m) } func (*RawBatchGetRequest) ProtoMessage() {} func (*RawBatchGetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{49} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{49} } func (m *RawBatchGetRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3542,7 +3550,7 @@ func (m *RawBatchGetResponse) Reset() { *m = RawBatchGetResponse{} } func (m *RawBatchGetResponse) String() string { return proto.CompactTextString(m) } func (*RawBatchGetResponse) ProtoMessage() {} func (*RawBatchGetResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{50} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{50} } func (m *RawBatchGetResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3598,7 +3606,7 @@ func (m *RawDeleteRequest) Reset() { *m = RawDeleteRequest{} } func (m *RawDeleteRequest) String() string { return proto.CompactTextString(m) } func (*RawDeleteRequest) ProtoMessage() {} func (*RawDeleteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{51} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{51} } func (m *RawDeleteRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3660,7 +3668,7 @@ func (m *RawDeleteResponse) Reset() { *m = RawDeleteResponse{} } func (m *RawDeleteResponse) String() string { return proto.CompactTextString(m) } func (*RawDeleteResponse) ProtoMessage() {} func (*RawDeleteResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{52} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{52} } func (m *RawDeleteResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3716,7 +3724,7 @@ func (m *RawBatchDeleteRequest) Reset() { *m = RawBatchDeleteRequest{} } func (m *RawBatchDeleteRequest) String() string { return proto.CompactTextString(m) } func (*RawBatchDeleteRequest) ProtoMessage() {} func (*RawBatchDeleteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{53} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{53} } func (m *RawBatchDeleteRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3778,7 +3786,7 @@ func (m *RawBatchDeleteResponse) Reset() { *m = RawBatchDeleteResponse{} func (m *RawBatchDeleteResponse) String() string { return proto.CompactTextString(m) } func (*RawBatchDeleteResponse) ProtoMessage() {} func (*RawBatchDeleteResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{54} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{54} } func (m *RawBatchDeleteResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3835,7 +3843,7 @@ func (m *DeleteRangeRequest) Reset() { *m = DeleteRangeRequest{} } func (m *DeleteRangeRequest) String() string { return proto.CompactTextString(m) } func (*DeleteRangeRequest) ProtoMessage() {} func (*DeleteRangeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{55} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{55} } func (m *DeleteRangeRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3904,7 +3912,7 @@ func (m *DeleteRangeResponse) Reset() { *m = DeleteRangeResponse{} } func (m *DeleteRangeResponse) String() string { return proto.CompactTextString(m) } func (*DeleteRangeResponse) ProtoMessage() {} func (*DeleteRangeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{56} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{56} } func (m *DeleteRangeResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3961,7 +3969,7 @@ func (m *RawDeleteRangeRequest) Reset() { *m = RawDeleteRangeRequest{} } func (m *RawDeleteRangeRequest) String() string { return proto.CompactTextString(m) } func (*RawDeleteRangeRequest) ProtoMessage() {} func (*RawDeleteRangeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{57} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{57} } func (m *RawDeleteRangeRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4030,7 +4038,7 @@ func (m *RawDeleteRangeResponse) Reset() { *m = RawDeleteRangeResponse{} func (m *RawDeleteRangeResponse) String() string { return proto.CompactTextString(m) } func (*RawDeleteRangeResponse) ProtoMessage() {} func (*RawDeleteRangeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{58} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{58} } func (m *RawDeleteRangeResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4092,7 +4100,7 @@ func (m *RawScanRequest) Reset() { *m = RawScanRequest{} } func (m *RawScanRequest) String() string { return proto.CompactTextString(m) } func (*RawScanRequest) ProtoMessage() {} func (*RawScanRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{59} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{59} } func (m *RawScanRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4182,7 +4190,7 @@ func (m *RawScanResponse) Reset() { *m = RawScanResponse{} } func (m *RawScanResponse) String() string { return proto.CompactTextString(m) } func (*RawScanResponse) ProtoMessage() {} func (*RawScanResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{60} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{60} } func (m *RawScanResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4237,7 +4245,7 @@ func (m *KeyRange) Reset() { *m = KeyRange{} } func (m *KeyRange) String() string { return proto.CompactTextString(m) } func (*KeyRange) ProtoMessage() {} func (*KeyRange) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{61} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{61} } func (m *KeyRange) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4296,7 +4304,7 @@ func (m *RawBatchScanRequest) Reset() { *m = RawBatchScanRequest{} } func (m *RawBatchScanRequest) String() string { return proto.CompactTextString(m) } func (*RawBatchScanRequest) ProtoMessage() {} func (*RawBatchScanRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{62} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{62} } func (m *RawBatchScanRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4379,7 +4387,7 @@ func (m *RawBatchScanResponse) Reset() { *m = RawBatchScanResponse{} } func (m *RawBatchScanResponse) String() string { return proto.CompactTextString(m) } func (*RawBatchScanResponse) ProtoMessage() {} func (*RawBatchScanResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{63} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{63} } func (m *RawBatchScanResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4436,7 +4444,7 @@ func (m *MvccWrite) Reset() { *m = MvccWrite{} } func (m *MvccWrite) String() string { return proto.CompactTextString(m) } func (*MvccWrite) ProtoMessage() {} func (*MvccWrite) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{64} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{64} } func (m *MvccWrite) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4505,7 +4513,7 @@ func (m *MvccValue) Reset() { *m = MvccValue{} } func (m *MvccValue) String() string { return proto.CompactTextString(m) } func (*MvccValue) ProtoMessage() {} func (*MvccValue) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{65} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{65} } func (m *MvccValue) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4562,7 +4570,7 @@ func (m *MvccLock) Reset() { *m = MvccLock{} } func (m *MvccLock) String() string { return proto.CompactTextString(m) } func (*MvccLock) ProtoMessage() {} func (*MvccLock) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{66} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{66} } func (m *MvccLock) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4632,7 +4640,7 @@ func (m *MvccInfo) Reset() { *m = MvccInfo{} } func (m *MvccInfo) String() string { return proto.CompactTextString(m) } func (*MvccInfo) ProtoMessage() {} func (*MvccInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{67} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{67} } func (m *MvccInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4694,7 +4702,7 @@ func (m *MvccGetByKeyRequest) Reset() { *m = MvccGetByKeyRequest{} } func (m *MvccGetByKeyRequest) String() string { return proto.CompactTextString(m) } func (*MvccGetByKeyRequest) ProtoMessage() {} func (*MvccGetByKeyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{68} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{68} } func (m *MvccGetByKeyRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4750,7 +4758,7 @@ func (m *MvccGetByKeyResponse) Reset() { *m = MvccGetByKeyResponse{} } func (m *MvccGetByKeyResponse) String() string { return proto.CompactTextString(m) } func (*MvccGetByKeyResponse) ProtoMessage() {} func (*MvccGetByKeyResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{69} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{69} } func (m *MvccGetByKeyResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4812,7 +4820,7 @@ func (m *MvccGetByStartTsRequest) Reset() { *m = MvccGetByStartTsRequest func (m *MvccGetByStartTsRequest) String() string { return proto.CompactTextString(m) } func (*MvccGetByStartTsRequest) ProtoMessage() {} func (*MvccGetByStartTsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{70} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{70} } func (m *MvccGetByStartTsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4869,7 +4877,7 @@ func (m *MvccGetByStartTsResponse) Reset() { *m = MvccGetByStartTsRespon func (m *MvccGetByStartTsResponse) String() string { return proto.CompactTextString(m) } func (*MvccGetByStartTsResponse) ProtoMessage() {} func (*MvccGetByStartTsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{71} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{71} } func (m *MvccGetByStartTsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4939,7 +4947,7 @@ func (m *SplitRegionRequest) Reset() { *m = SplitRegionRequest{} } func (m *SplitRegionRequest) String() string { return proto.CompactTextString(m) } func (*SplitRegionRequest) ProtoMessage() {} func (*SplitRegionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{72} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{72} } func (m *SplitRegionRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5004,7 +5012,7 @@ func (m *SplitRegionResponse) Reset() { *m = SplitRegionResponse{} } func (m *SplitRegionResponse) String() string { return proto.CompactTextString(m) } func (*SplitRegionResponse) ProtoMessage() {} func (*SplitRegionResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{73} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{73} } func (m *SplitRegionResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5076,7 +5084,7 @@ func (m *UnsafeDestroyRangeRequest) Reset() { *m = UnsafeDestroyRangeReq func (m *UnsafeDestroyRangeRequest) String() string { return proto.CompactTextString(m) } func (*UnsafeDestroyRangeRequest) ProtoMessage() {} func (*UnsafeDestroyRangeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{74} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{74} } func (m *UnsafeDestroyRangeRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5138,7 +5146,7 @@ func (m *UnsafeDestroyRangeResponse) Reset() { *m = UnsafeDestroyRangeRe func (m *UnsafeDestroyRangeResponse) String() string { return proto.CompactTextString(m) } func (*UnsafeDestroyRangeResponse) ProtoMessage() {} func (*UnsafeDestroyRangeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{75} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{75} } func (m *UnsafeDestroyRangeResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5192,7 +5200,7 @@ func (m *ReadIndexRequest) Reset() { *m = ReadIndexRequest{} } func (m *ReadIndexRequest) String() string { return proto.CompactTextString(m) } func (*ReadIndexRequest) ProtoMessage() {} func (*ReadIndexRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{76} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{76} } func (m *ReadIndexRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5240,7 +5248,7 @@ func (m *ReadIndexResponse) Reset() { *m = ReadIndexResponse{} } func (m *ReadIndexResponse) String() string { return proto.CompactTextString(m) } func (*ReadIndexResponse) ProtoMessage() {} func (*ReadIndexResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_5734716895aade8c, []int{77} + return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{77} } func (m *ReadIndexResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5409,6 +5417,11 @@ func (m *LockInfo) MarshalTo(dAtA []byte) (int, error) { i++ i = encodeVarintKvrpcpb(dAtA, i, uint64(m.TxnSize)) } + if m.LockType != 0 { + dAtA[i] = 0x30 + i++ + i = encodeVarintKvrpcpb(dAtA, i, uint64(m.LockType)) + } if m.XXX_unrecognized != nil { i += copy(dAtA[i:], m.XXX_unrecognized) } @@ -9068,6 +9081,9 @@ func (m *LockInfo) Size() (n int) { if m.TxnSize != 0 { n += 1 + sovKvrpcpb(uint64(m.TxnSize)) } + if m.LockType != 0 { + n += 1 + sovKvrpcpb(uint64(m.LockType)) + } if m.XXX_unrecognized != nil { n += len(m.XXX_unrecognized) } @@ -10919,6 +10935,25 @@ func (m *LockInfo) Unmarshal(dAtA []byte) error { break } } + case 6: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field LockType", wireType) + } + m.LockType = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowKvrpcpb + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.LockType |= (uint32(b) & 0x7F) << shift + if b < 0x80 { + break + } + } default: iNdEx = preIndex skippy, err := skipKvrpcpb(dAtA[iNdEx:]) @@ -22087,178 +22122,179 @@ var ( ErrIntOverflowKvrpcpb = fmt.Errorf("proto: integer overflow") ) -func init() { proto.RegisterFile("kvrpcpb.proto", fileDescriptor_kvrpcpb_5734716895aade8c) } - -var fileDescriptor_kvrpcpb_5734716895aade8c = []byte{ - // 2712 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x1a, 0x4d, 0x8f, 0x1c, 0x47, - 0xd5, 0xdd, 0xf3, 0xd5, 0xf3, 0xe6, 0x63, 0xc7, 0xb5, 0x6b, 0x7b, 0x62, 0x63, 0x7b, 0xd3, 0x60, - 0x67, 0xb3, 0x90, 0x0d, 0x6c, 0x22, 0x0e, 0x08, 0x45, 0xc1, 0x6b, 0x27, 0xde, 0xd8, 0x8e, 0x57, - 0xb5, 0x1b, 0xa3, 0x48, 0xc0, 0xa4, 0xdc, 0x53, 0x3b, 0xd3, 0x6c, 0x4f, 0xd7, 0xa4, 0xab, 0x66, - 0x77, 0x27, 0x11, 0x12, 0x08, 0x81, 0x88, 0x04, 0x07, 0x3e, 0xa4, 0xe4, 0x90, 0x6b, 0x24, 0x38, - 0x72, 0xe1, 0x0f, 0x90, 0x03, 0x17, 0x44, 0x0e, 0x1c, 0x38, 0xa2, 0x70, 0xe0, 0x6f, 0xa0, 0xaa, - 0xea, 0xea, 0x8f, 0x99, 0x71, 0xb2, 0x1a, 0x66, 0x37, 0x88, 0xd3, 0x4c, 0xbd, 0xf7, 0xba, 0xde, - 0xf7, 0xab, 0x57, 0x1f, 0xd0, 0x38, 0x38, 0x8c, 0x86, 0xde, 0xf0, 0xf1, 0xc6, 0x30, 0x62, 0x82, - 0xa1, 0x4a, 0x3c, 0xbc, 0x5c, 0x1f, 0x50, 0x41, 0x0c, 0xf8, 0x72, 0x83, 0x46, 0x11, 0x8b, 0x92, - 0xe1, 0x4a, 0x8f, 0xf5, 0x98, 0xfa, 0xfb, 0xbc, 0xfc, 0x17, 0x43, 0x97, 0xa2, 0x11, 0x17, 0xea, - 0xaf, 0x06, 0xb8, 0x1f, 0x58, 0xe0, 0xdc, 0x67, 0xde, 0xc1, 0x76, 0xb8, 0xcf, 0xd0, 0xd3, 0x50, - 0x1f, 0x46, 0xfe, 0x80, 0x44, 0xe3, 0x4e, 0xc0, 0xbc, 0x83, 0xb6, 0xb5, 0x6a, 0xad, 0xd5, 0x71, - 0x2d, 0x86, 0x49, 0x32, 0x49, 0x22, 0x51, 0x9d, 0x43, 0x1a, 0x71, 0x9f, 0x85, 0x6d, 0x7b, 0xd5, - 0x5a, 0x2b, 0xe2, 0x9a, 0x84, 0x3d, 0xd2, 0x20, 0xd4, 0x82, 0xc2, 0x01, 0x1d, 0xb7, 0x0b, 0xea, - 0x63, 0xf9, 0x17, 0x3d, 0x05, 0x8e, 0xfa, 0x48, 0x88, 0xa0, 0x5d, 0x54, 0x1f, 0x54, 0xe4, 0x78, - 0x4f, 0x04, 0x12, 0x25, 0x8e, 0xc3, 0x0e, 0xf7, 0xdf, 0xa1, 0xed, 0x92, 0x46, 0x89, 0xe3, 0x70, - 0xd7, 0x7f, 0x87, 0xba, 0xab, 0x50, 0xff, 0x4e, 0x10, 0x51, 0xd2, 0x1d, 0xdf, 0x39, 0xf6, 0xb9, - 0x30, 0xf3, 0x5a, 0xc9, 0xbc, 0xee, 0x2f, 0x6c, 0x70, 0xee, 0xd1, 0xf1, 0x1d, 0xa9, 0x38, 0x7a, - 0x16, 0xca, 0x72, 0x52, 0xda, 0x55, 0x14, 0xb5, 0xcd, 0xf3, 0x1b, 0xc6, 0x6c, 0x46, 0x3f, 0x1c, - 0x13, 0xa0, 0x2f, 0x41, 0x35, 0xa2, 0x22, 0x1a, 0x93, 0xc7, 0x01, 0x55, 0x1a, 0x54, 0x71, 0x0a, - 0x40, 0x2b, 0x50, 0x22, 0x8f, 0x59, 0x24, 0x94, 0x06, 0x55, 0xac, 0x07, 0x68, 0x13, 0x1c, 0x8f, - 0x85, 0xfb, 0x81, 0xef, 0x09, 0xa5, 0x43, 0x6d, 0xf3, 0x62, 0xc2, 0xe0, 0xbb, 0x91, 0x2f, 0xe8, - 0x56, 0x8c, 0xc5, 0x09, 0x1d, 0xfa, 0x16, 0x34, 0x88, 0xd6, 0xa0, 0x43, 0xa5, 0x0a, 0x4a, 0xc3, - 0xda, 0xe6, 0x85, 0xe4, 0xc3, 0xac, 0x7e, 0xb8, 0x4e, 0xb2, 0xda, 0x3e, 0x07, 0x4e, 0x97, 0x92, - 0xae, 0xf2, 0x43, 0x79, 0x42, 0xa1, 0xdb, 0x31, 0x02, 0x27, 0x24, 0xee, 0x47, 0x16, 0x34, 0x72, - 0x62, 0x48, 0xcb, 0x72, 0x41, 0x22, 0xd1, 0x11, 0x5c, 0x59, 0xa4, 0x88, 0x2b, 0x6a, 0xbc, 0xc7, - 0xd1, 0x75, 0xa8, 0x19, 0x19, 0x25, 0x56, 0xfb, 0x10, 0x0c, 0x68, 0x8f, 0xcf, 0x70, 0x61, 0x1b, - 0x2a, 0x71, 0x18, 0x28, 0xed, 0xeb, 0xd8, 0x0c, 0xd1, 0xd7, 0x00, 0x25, 0x93, 0x79, 0x6c, 0x30, - 0xf0, 0xd5, 0x9c, 0xda, 0x97, 0x2d, 0x83, 0xd9, 0x52, 0x88, 0x3d, 0xee, 0xfe, 0x10, 0x1c, 0x23, - 0x3d, 0xba, 0x04, 0x15, 0x1d, 0x16, 0x46, 0x40, 0xe5, 0x9f, 0x3d, 0x9e, 0xc4, 0x8b, 0x94, 0xc1, - 0xd6, 0xdc, 0xe4, 0xf8, 0x1e, 0x1d, 0xa3, 0x75, 0x38, 0x6f, 0x74, 0x96, 0xe8, 0x4e, 0x9f, 0xf0, - 0xbe, 0x92, 0xb3, 0x88, 0x97, 0x0c, 0xe2, 0x1e, 0x1d, 0xdf, 0x25, 0xbc, 0xef, 0xfe, 0xbb, 0x00, - 0x95, 0x2d, 0x16, 0x0a, 0x7a, 0x2c, 0xd0, 0x15, 0xe9, 0xf2, 0x9e, 0xcf, 0xc2, 0x8e, 0xdf, 0x8d, - 0xb9, 0x39, 0x1a, 0xb0, 0xdd, 0x45, 0xdf, 0x84, 0x7a, 0x8c, 0xa4, 0x43, 0xe6, 0xf5, 0x15, 0xcf, - 0xda, 0xe6, 0xf2, 0x46, 0x9c, 0x5f, 0x58, 0xe1, 0xee, 0x48, 0x14, 0xae, 0x45, 0xe9, 0x00, 0xad, - 0x42, 0x71, 0x48, 0x69, 0xa4, 0xf8, 0xd7, 0x36, 0xeb, 0x86, 0x7e, 0x87, 0xd2, 0x08, 0x2b, 0x0c, - 0x42, 0x50, 0x14, 0x34, 0x1a, 0xc4, 0xe6, 0x50, 0xff, 0xd1, 0xf3, 0xe0, 0x0c, 0x23, 0x9f, 0x45, - 0xbe, 0x18, 0x2b, 0xcf, 0x36, 0x37, 0x97, 0x13, 0xcf, 0x4a, 0x3b, 0x91, 0xb0, 0xbb, 0x13, 0xf9, - 0x38, 0x21, 0x42, 0x2f, 0xc3, 0x92, 0xcf, 0x59, 0x40, 0x84, 0x94, 0x30, 0xa0, 0x87, 0x34, 0x68, - 0x57, 0xd4, 0x77, 0x97, 0x92, 0xef, 0xb6, 0x0d, 0xfe, 0xbe, 0x44, 0xe3, 0xa6, 0x9f, 0x1b, 0xa3, - 0xaf, 0x40, 0x33, 0x64, 0xa2, 0xb3, 0xef, 0x07, 0x41, 0xc7, 0x23, 0x5e, 0x9f, 0xb6, 0x9d, 0x55, - 0x6b, 0xcd, 0xc1, 0xf5, 0x90, 0x89, 0x57, 0xfc, 0x20, 0xd8, 0x92, 0x30, 0x15, 0x31, 0xe3, 0xd0, - 0xeb, 0x04, 0xac, 0xd7, 0xae, 0x2a, 0x7c, 0x45, 0x8e, 0xef, 0xb3, 0x9e, 0x8c, 0x98, 0x3e, 0x09, - 0xbb, 0x01, 0xed, 0x08, 0x7f, 0x40, 0xdb, 0xa0, 0xb0, 0xa0, 0x41, 0x7b, 0xfe, 0x80, 0x4a, 0x02, - 0xee, 0x91, 0xb0, 0xd3, 0xa5, 0x82, 0xf8, 0x41, 0xbb, 0xa6, 0x09, 0x24, 0xe8, 0xb6, 0x82, 0xc8, - 0xc2, 0x11, 0xd1, 0x61, 0xe0, 0x7b, 0xa4, 0x23, 0xa3, 0xbc, 0x5d, 0x57, 0x14, 0xb5, 0x18, 0x86, - 0x29, 0xe9, 0xa2, 0x1b, 0xd0, 0x8c, 0x28, 0x67, 0xc1, 0x21, 0xed, 0xaa, 0xfa, 0xc3, 0xdb, 0x8d, - 0xd5, 0xc2, 0x5a, 0x11, 0x37, 0x0c, 0x54, 0x26, 0x32, 0x7f, 0xad, 0xe8, 0x14, 0x5b, 0x25, 0xf9, - 0x25, 0xe9, 0x76, 0xde, 0x1e, 0xb1, 0x68, 0x34, 0x70, 0x6f, 0x03, 0xdc, 0x4d, 0x65, 0xb9, 0x04, - 0x95, 0x23, 0xe2, 0x8b, 0xce, 0x40, 0xc7, 0x55, 0x01, 0x97, 0xe5, 0xf0, 0x01, 0x47, 0x57, 0x01, - 0x86, 0x11, 0xf3, 0x28, 0xe7, 0x12, 0x67, 0x2b, 0x5c, 0x35, 0x86, 0x3c, 0xe0, 0xee, 0x4b, 0xe0, - 0xec, 0x7a, 0x24, 0x54, 0xa5, 0x70, 0x05, 0x4a, 0x82, 0x09, 0x12, 0xc4, 0x33, 0xe8, 0x81, 0x2c, - 0x1c, 0x31, 0x39, 0xed, 0x4e, 0x7c, 0x4f, 0xbb, 0xee, 0x4f, 0x2d, 0x80, 0xdd, 0x54, 0xe3, 0x67, - 0xa0, 0x74, 0x24, 0x33, 0x72, 0xaa, 0x1e, 0x19, 0x26, 0x58, 0xe3, 0xd1, 0x0d, 0x28, 0xaa, 0x34, - 0xb7, 0x9f, 0x44, 0xa7, 0xd0, 0x92, 0xac, 0x4b, 0x04, 0x89, 0xa3, 0x6d, 0x16, 0x99, 0x44, 0xbb, - 0x63, 0xa8, 0xdd, 0x39, 0xa6, 0x9e, 0x16, 0x82, 0xa3, 0x17, 0xf3, 0x9e, 0xb3, 0xe2, 0xd0, 0x36, - 0x1f, 0xa7, 0x66, 0xcb, 0xb9, 0xf3, 0xc5, 0xbc, 0x3b, 0xed, 0x89, 0xaf, 0x52, 0x2d, 0xb3, 0x3e, - 0x76, 0xbb, 0x00, 0xaf, 0x52, 0x81, 0xe9, 0xdb, 0x23, 0xca, 0x05, 0x5a, 0x87, 0x8a, 0xa7, 0xb3, - 0x2f, 0xe6, 0xda, 0xca, 0x84, 0xb9, 0x82, 0x63, 0x43, 0x60, 0x0a, 0x8e, 0x9d, 0x2b, 0x38, 0x66, - 0x8d, 0xd1, 0xe9, 0x6d, 0x86, 0xee, 0x87, 0x16, 0xd4, 0x14, 0x1b, 0x3e, 0x64, 0x21, 0xa7, 0xe8, - 0x1b, 0x69, 0xf6, 0xca, 0x85, 0x20, 0x66, 0xd6, 0xdc, 0x30, 0xeb, 0xa1, 0x5a, 0x1e, 0x92, 0xc4, - 0x55, 0x6b, 0xc5, 0x33, 0x50, 0xd2, 0xb4, 0x93, 0x26, 0x37, 0xab, 0x09, 0xd6, 0x78, 0x19, 0x06, - 0x87, 0x24, 0x18, 0xd1, 0xb8, 0x14, 0xea, 0x81, 0x2c, 0x26, 0x2a, 0x9d, 0xd8, 0x28, 0xec, 0xaa, - 0x72, 0xe8, 0x60, 0x47, 0x66, 0x92, 0x1c, 0xbb, 0x7f, 0xb7, 0xa0, 0x26, 0xed, 0x33, 0x8f, 0x19, - 0xae, 0x40, 0x55, 0xd7, 0xec, 0xd4, 0x18, 0xba, 0x88, 0xcb, 0xd2, 0xb7, 0x02, 0xa5, 0xc0, 0x1f, - 0xf8, 0x7a, 0x5d, 0x6a, 0x60, 0x3d, 0xc8, 0xda, 0xa9, 0x98, 0xb3, 0x93, 0x4c, 0x67, 0x59, 0x21, - 0x59, 0x18, 0x8c, 0x55, 0xfd, 0x71, 0x70, 0xe5, 0x80, 0x8e, 0x1f, 0x86, 0x81, 0x32, 0x6e, 0x44, - 0x25, 0x1d, 0x55, 0x15, 0xc8, 0xc1, 0x66, 0x28, 0x73, 0x87, 0x86, 0x5d, 0xc5, 0xbf, 0xa2, 0xf8, - 0x97, 0x69, 0xd8, 0xbd, 0x47, 0xc7, 0xee, 0x9b, 0x50, 0xbe, 0x77, 0xb8, 0x43, 0xfc, 0x8c, 0xf1, - 0xac, 0xcf, 0x31, 0xde, 0xb4, 0x53, 0x67, 0x9a, 0xd3, 0xed, 0x43, 0x5d, 0x1b, 0x6c, 0x7e, 0x87, - 0xde, 0x80, 0xd2, 0x90, 0xf8, 0x91, 0x4c, 0xea, 0xc2, 0x5a, 0x6d, 0x73, 0x29, 0x95, 0x49, 0xc9, - 0x8c, 0x35, 0xd6, 0xfd, 0x89, 0x05, 0xce, 0x83, 0x91, 0x50, 0x95, 0x11, 0x5d, 0x01, 0x9b, 0x0d, - 0xd5, 0xe4, 0xcd, 0xcd, 0x5a, 0xf2, 0xc1, 0xc3, 0x21, 0xb6, 0xd9, 0xf0, 0xa4, 0xb2, 0xa3, 0xaf, - 0x43, 0x95, 0x70, 0x4e, 0x23, 0x61, 0x1c, 0xd0, 0xdc, 0x44, 0xe9, 0xf2, 0x6e, 0x30, 0x38, 0x25, - 0x72, 0x3f, 0x28, 0xc0, 0xd2, 0x4e, 0x44, 0x55, 0xea, 0xcf, 0x13, 0x23, 0xcf, 0x43, 0x75, 0x10, - 0xab, 0x60, 0xd4, 0x4d, 0x5d, 0x60, 0x94, 0xc3, 0x29, 0xcd, 0x54, 0x57, 0x57, 0x98, 0xee, 0xea, - 0xbe, 0x0c, 0x0d, 0x1d, 0x77, 0xf9, 0x50, 0xaa, 0x2b, 0xe0, 0xa3, 0x34, 0x9e, 0x92, 0x2e, 0xae, - 0x94, 0xef, 0xe2, 0x36, 0xe1, 0x02, 0x3f, 0xf0, 0x87, 0x1d, 0x8f, 0x85, 0x5c, 0x44, 0xc4, 0x0f, - 0x45, 0xc7, 0xeb, 0xd3, 0xb8, 0x73, 0x71, 0xf0, 0xb2, 0x44, 0x6e, 0x25, 0xb8, 0x2d, 0x89, 0x42, - 0x1b, 0xb0, 0xec, 0xf3, 0xce, 0x90, 0x72, 0xee, 0x0f, 0x7c, 0x2e, 0x7c, 0x4f, 0x4b, 0x57, 0x59, - 0x2d, 0xac, 0x39, 0xf8, 0xbc, 0xcf, 0x77, 0x52, 0x8c, 0x92, 0x31, 0xdb, 0x29, 0x3a, 0xb9, 0x4e, - 0x11, 0xb9, 0xd0, 0xd8, 0x67, 0x51, 0x67, 0x34, 0xec, 0x12, 0x41, 0x65, 0x3b, 0x51, 0xd5, 0x5d, - 0xe9, 0x3e, 0x8b, 0xde, 0x50, 0xb0, 0x3d, 0x2e, 0x69, 0x06, 0x7e, 0x98, 0xe9, 0x50, 0x40, 0xd3, - 0x0c, 0xfc, 0x30, 0x69, 0x4e, 0x86, 0xd0, 0x4a, 0x3d, 0x33, 0x7f, 0x30, 0x3e, 0x0b, 0x65, 0x85, - 0x9d, 0x76, 0x4f, 0x92, 0x21, 0x31, 0x81, 0xfb, 0x47, 0x0b, 0x96, 0xf7, 0x8e, 0xc3, 0xbb, 0x94, - 0x44, 0xe2, 0x16, 0x25, 0x73, 0xd5, 0xce, 0x49, 0xff, 0xda, 0x27, 0xf0, 0x6f, 0x61, 0x86, 0x7f, - 0x6f, 0xc2, 0x12, 0xe9, 0x1e, 0xfa, 0x9c, 0x76, 0x26, 0x9a, 0xf5, 0x86, 0x06, 0xdf, 0xd7, 0xce, - 0x76, 0x7f, 0x65, 0xc1, 0x4a, 0x5e, 0xe6, 0x33, 0x28, 0xc4, 0xd9, 0xe0, 0x2b, 0xe4, 0x82, 0xcf, - 0xfd, 0xb3, 0x0d, 0x17, 0x27, 0x82, 0xe5, 0xff, 0x25, 0xaf, 0xa6, 0x02, 0xbb, 0x3c, 0x33, 0xb0, - 0x7d, 0xde, 0xd9, 0xf7, 0x23, 0x2e, 0x4c, 0x06, 0xa9, 0xce, 0xca, 0xe7, 0xaf, 0x48, 0x98, 0xd9, - 0xb5, 0xa9, 0x8e, 0x48, 0xb6, 0x00, 0x6c, 0x24, 0xe2, 0xfc, 0xa9, 0x49, 0xd8, 0x9e, 0x06, 0xb9, - 0x47, 0x70, 0x69, 0xca, 0x88, 0x67, 0x92, 0x02, 0x1f, 0x59, 0x70, 0x39, 0xc3, 0x19, 0xb3, 0x20, - 0x78, 0x4c, 0xe6, 0x73, 0xe1, 0x94, 0xb9, 0xed, 0x19, 0xe6, 0x9e, 0xb2, 0x69, 0x61, 0xda, 0xa6, - 0x08, 0x8a, 0x07, 0x74, 0xcc, 0xdb, 0xc5, 0xd5, 0xc2, 0x5a, 0x1d, 0xab, 0xff, 0xee, 0xbb, 0x70, - 0x65, 0xa6, 0x98, 0x67, 0x62, 0xa4, 0x3f, 0x58, 0xd0, 0xd0, 0x65, 0xea, 0xd4, 0xec, 0x62, 0x74, - 0x2e, 0xa4, 0x3a, 0xcb, 0x8e, 0x3c, 0x2e, 0x98, 0xf9, 0x00, 0x6e, 0x68, 0x68, 0xfc, 0xe9, 0x6b, - 0x45, 0xa7, 0xd4, 0x2a, 0xe3, 0xf2, 0x63, 0x3f, 0x0c, 0x58, 0xcf, 0xfd, 0xad, 0x05, 0x4d, 0x23, - 0xeb, 0x19, 0x54, 0x86, 0x69, 0x19, 0x0b, 0x33, 0x64, 0x74, 0x7b, 0xd0, 0xd8, 0x1e, 0x0c, 0x59, - 0x94, 0x18, 0x30, 0x97, 0xef, 0xd6, 0x09, 0xf2, 0x7d, 0x9a, 0x91, 0x3d, 0x8b, 0xd1, 0x9b, 0xd0, - 0x34, 0x8c, 0xe6, 0xd7, 0x7e, 0x25, 0xab, 0x7d, 0x35, 0x56, 0xd5, 0x7d, 0x17, 0x56, 0x6e, 0x11, - 0xe1, 0xf5, 0x4f, 0x3d, 0x47, 0x66, 0xc4, 0x82, 0xcb, 0xe1, 0xc2, 0x04, 0xf3, 0xd3, 0x77, 0xae, - 0xfb, 0xb1, 0x05, 0x17, 0x54, 0xbb, 0xb0, 0x77, 0x1c, 0xee, 0x0a, 0x22, 0x46, 0x7c, 0x1e, 0x9d, - 0xaf, 0x83, 0xa9, 0xca, 0x99, 0xc6, 0x1a, 0x62, 0x90, 0x6c, 0xad, 0x33, 0x27, 0x11, 0x85, 0xdc, - 0x49, 0xc4, 0x4d, 0x58, 0xf2, 0x48, 0x10, 0xd0, 0xa8, 0x93, 0x9c, 0xa5, 0x98, 0x0c, 0x50, 0xe0, - 0xdd, 0xf8, 0x44, 0xe5, 0x2a, 0x80, 0x37, 0x8a, 0x22, 0x1a, 0x66, 0x0e, 0x3f, 0xaa, 0x31, 0x64, - 0x8f, 0xbb, 0x7f, 0xb2, 0xe0, 0xe2, 0xa4, 0x1a, 0x5f, 0xe8, 0xa2, 0x79, 0xc2, 0xcc, 0x76, 0x7f, - 0x23, 0x73, 0x39, 0xa0, 0x24, 0x1c, 0x0d, 0x17, 0xb3, 0xad, 0x3b, 0x51, 0x27, 0x92, 0xb7, 0x66, - 0x71, 0xd2, 0x9a, 0xbf, 0xb3, 0x60, 0x29, 0x11, 0xea, 0x7f, 0xa7, 0xc2, 0x1c, 0xc0, 0x92, 0x4a, - 0x90, 0x39, 0xb7, 0xc0, 0x26, 0xe7, 0xec, 0x4c, 0xfd, 0x7d, 0xf2, 0x26, 0x38, 0x80, 0x56, 0xca, - 0xec, 0xd4, 0xf7, 0x4d, 0xbf, 0xb6, 0x60, 0x49, 0x6e, 0xd1, 0xe6, 0xed, 0xad, 0xae, 0x43, 0x6d, - 0x40, 0x8e, 0x27, 0x4a, 0x0e, 0x0c, 0xc8, 0xb1, 0xf1, 0x78, 0x6e, 0xe3, 0x5b, 0x78, 0xd2, 0xc6, - 0xb7, 0x98, 0xd9, 0xf8, 0xba, 0xef, 0x5b, 0xd0, 0x4a, 0x65, 0x3a, 0x83, 0x30, 0x78, 0x06, 0x4a, - 0xfa, 0x54, 0xaa, 0x30, 0xb1, 0x58, 0x24, 0xe7, 0xcb, 0x1a, 0xef, 0xbe, 0x00, 0x95, 0xbd, 0x63, - 0x7d, 0x8c, 0xd4, 0x82, 0x82, 0x38, 0x0e, 0xe3, 0x03, 0x47, 0xf9, 0x17, 0x5d, 0x84, 0x32, 0x57, - 0x15, 0x20, 0xb6, 0x42, 0x3c, 0x72, 0xff, 0x66, 0x01, 0xc2, 0xfa, 0x9c, 0x6b, 0x5e, 0x2b, 0x9f, - 0xa8, 0xb4, 0x9f, 0x2c, 0x98, 0xd1, 0x73, 0x50, 0x95, 0xbb, 0x2d, 0x3f, 0xdc, 0x67, 0xba, 0x0d, - 0xca, 0x72, 0x8e, 0xb5, 0xc3, 0x72, 0x43, 0x26, 0xff, 0xa4, 0x0d, 0x53, 0x29, 0xb3, 0x60, 0xbc, - 0x0d, 0xcb, 0x39, 0x85, 0xce, 0x60, 0xb9, 0x78, 0x04, 0xd5, 0x57, 0xb7, 0xe6, 0x31, 0xdd, 0x55, - 0x00, 0x4e, 0xf6, 0x69, 0x67, 0xc8, 0xfc, 0x50, 0xc4, 0x76, 0xab, 0x4a, 0xc8, 0x8e, 0x04, 0xb8, - 0x7d, 0x00, 0x39, 0xef, 0x19, 0x68, 0xf0, 0x7d, 0x68, 0x60, 0x72, 0xb4, 0xb0, 0x53, 0xb4, 0x26, - 0xd8, 0xde, 0x7e, 0x7c, 0x91, 0x61, 0x7b, 0xfb, 0xee, 0x2f, 0x2d, 0x68, 0x9a, 0xf9, 0x17, 0xdc, - 0x9d, 0xcc, 0x73, 0x56, 0xc6, 0x95, 0xb6, 0x3b, 0xa3, 0x05, 0x69, 0x3b, 0x5b, 0x02, 0x6d, 0x83, - 0x62, 0x62, 0x83, 0x37, 0x95, 0x09, 0x14, 0xd3, 0x45, 0x37, 0x68, 0x47, 0x80, 0x30, 0x39, 0x52, - 0x85, 0x79, 0x4e, 0xa5, 0x4e, 0x56, 0x90, 0xa7, 0xfc, 0xfa, 0x03, 0x58, 0xce, 0x31, 0x5e, 0xb4, - 0x62, 0xdd, 0x54, 0xb1, 0x05, 0x2e, 0x6f, 0x93, 0x5a, 0xb0, 0x54, 0x8b, 0xb3, 0x59, 0xd7, 0xde, - 0x82, 0x16, 0x26, 0x47, 0xb7, 0x69, 0x40, 0xe7, 0x3b, 0x8b, 0xfb, 0xfc, 0x84, 0xfb, 0x1e, 0x9c, - 0xcf, 0x70, 0x58, 0xb4, 0x5b, 0x7a, 0x70, 0xc1, 0x18, 0x6c, 0x7e, 0x25, 0x4e, 0xe2, 0x19, 0x02, - 0x17, 0x27, 0x19, 0x2d, 0x5a, 0x97, 0xf7, 0x2d, 0x40, 0xf1, 0xdc, 0x24, 0xec, 0xd1, 0x85, 0x1f, - 0x9f, 0x67, 0x4e, 0xb6, 0x0b, 0xd9, 0x93, 0x6d, 0xd9, 0x9c, 0x84, 0x4c, 0xf8, 0xfb, 0xf1, 0x51, - 0xb9, 0xae, 0x51, 0xa0, 0x41, 0x0f, 0xc3, 0x60, 0x2c, 0x93, 0x2b, 0x27, 0xd8, 0xa2, 0x35, 0x7f, - 0xcf, 0x52, 0x6e, 0xfc, 0x42, 0x94, 0x9f, 0x2c, 0x8e, 0xda, 0xd1, 0xa7, 0xaa, 0xee, 0x5f, 0xf5, - 0x1a, 0x74, 0x86, 0x77, 0x24, 0xd9, 0x9b, 0x90, 0x62, 0xfe, 0x26, 0x44, 0xeb, 0x5f, 0x32, 0xfa, - 0xcf, 0x73, 0x33, 0xd2, 0x83, 0xa5, 0x44, 0x9d, 0xf9, 0x6d, 0xf5, 0x34, 0x14, 0x0e, 0x0e, 0x9f, - 0x58, 0xaf, 0x24, 0xce, 0x7d, 0x59, 0xbd, 0x76, 0x50, 0x5e, 0xc9, 0x5b, 0xc1, 0x7a, 0xb2, 0xb7, - 0xed, 0x9c, 0xa8, 0x9f, 0x58, 0x69, 0x85, 0x9d, 0xd7, 0xfe, 0xcf, 0x42, 0x39, 0x92, 0x22, 0xcc, - 0x3c, 0xb5, 0xd2, 0x21, 0x13, 0x13, 0xc8, 0xae, 0x8a, 0x12, 0xaf, 0xdf, 0xc9, 0xba, 0xa4, 0x2a, - 0x21, 0xf7, 0x17, 0xe6, 0x16, 0x37, 0x80, 0x95, 0xbc, 0x46, 0xa7, 0xea, 0x82, 0x9f, 0x59, 0x50, - 0x7d, 0x70, 0xe8, 0x79, 0xea, 0xa9, 0x05, 0xba, 0x0e, 0x45, 0x31, 0x1e, 0xd2, 0x59, 0x77, 0x48, - 0x0a, 0x91, 0x7b, 0x83, 0x61, 0xe7, 0xdf, 0x60, 0x5c, 0x81, 0x6a, 0x7a, 0x17, 0xa1, 0x5b, 0x70, - 0xc7, 0x8b, 0x2f, 0x22, 0xd4, 0x6d, 0x7a, 0x9f, 0xc9, 0x4e, 0x5e, 0xb5, 0x33, 0xfa, 0xc5, 0x05, - 0x28, 0xd0, 0x23, 0x75, 0x65, 0xf6, 0x6d, 0x2d, 0x86, 0x1a, 0x7c, 0xd6, 0x4b, 0x8f, 0xa4, 0x23, - 0xb2, 0xb3, 0x17, 0x6e, 0xea, 0x1a, 0xec, 0xd0, 0xd3, 0xf7, 0x2a, 0xff, 0x8d, 0x12, 0x99, 0x57, - 0x21, 0x85, 0xfc, 0xab, 0x90, 0xcf, 0xd5, 0xe0, 0xbd, 0x58, 0x06, 0xb5, 0x4d, 0x32, 0x37, 0xe0, - 0x93, 0x37, 0x8a, 0x46, 0xc8, 0xf8, 0x06, 0x7c, 0x1d, 0xca, 0xea, 0x72, 0xc6, 0xf8, 0x08, 0xe5, - 0x08, 0x95, 0x4f, 0x70, 0x4c, 0x21, 0x69, 0x15, 0x6b, 0xb3, 0x5d, 0xcb, 0xd3, 0x2a, 0x19, 0x70, - 0x4c, 0xe1, 0xee, 0xc2, 0xb2, 0x04, 0xbe, 0x4a, 0xc5, 0xad, 0xb1, 0x0c, 0xe2, 0x45, 0x74, 0x02, - 0xee, 0xcf, 0x2d, 0x58, 0xc9, 0xcf, 0xba, 0xe8, 0x86, 0xfb, 0x06, 0x14, 0xe5, 0xfe, 0x6c, 0xea, - 0x41, 0x80, 0x31, 0x2b, 0x56, 0x68, 0xf7, 0x2d, 0xb8, 0x94, 0xc8, 0x11, 0x9f, 0x57, 0xcd, 0xa3, - 0xe1, 0x93, 0xc3, 0xc0, 0xfd, 0xd0, 0x82, 0xf6, 0x34, 0x8b, 0x45, 0xab, 0x3b, 0xfd, 0x28, 0xc9, - 0x18, 0xa0, 0xf8, 0xd9, 0x06, 0xf8, 0xb1, 0x05, 0x68, 0x77, 0x18, 0xf8, 0x42, 0x3f, 0xe4, 0x99, - 0xef, 0x00, 0xa3, 0xca, 0xe5, 0x0c, 0x69, 0x4d, 0xbd, 0x65, 0xb7, 0x2d, 0xec, 0x28, 0xa0, 0x2c, - 0xb9, 0x72, 0x03, 0x69, 0x08, 0xcc, 0xb9, 0x69, 0xd5, 0x60, 0xb9, 0xfb, 0xb1, 0x05, 0xcb, 0x39, - 0x11, 0xe6, 0x37, 0xce, 0x4d, 0x28, 0x06, 0x74, 0x5f, 0xc4, 0x3b, 0xc9, 0x66, 0xfe, 0x91, 0x92, - 0x92, 0x4a, 0xe1, 0xd1, 0x1a, 0x94, 0x22, 0xbf, 0xd7, 0x17, 0x71, 0x78, 0xcc, 0x22, 0xd4, 0x04, - 0x68, 0x4d, 0x16, 0xd7, 0x9e, 0x3a, 0x07, 0xd7, 0x3b, 0xfd, 0x09, 0x5a, 0x6c, 0xd0, 0xee, 0x8f, - 0xe0, 0xa9, 0x37, 0x42, 0xb9, 0x2d, 0xbe, 0x4d, 0xb9, 0x88, 0xd8, 0xf8, 0x6c, 0x9b, 0x15, 0x97, - 0xc2, 0xe5, 0x59, 0xec, 0x17, 0xdd, 0xa0, 0xbc, 0x04, 0x2d, 0x4c, 0x49, 0x77, 0x3b, 0xec, 0xd2, - 0xe3, 0x39, 0x94, 0x73, 0x29, 0x9c, 0xcf, 0x7c, 0x3f, 0xbf, 0x74, 0x57, 0x01, 0xd4, 0x23, 0x27, - 0x5f, 0x4e, 0x64, 0x0e, 0x25, 0x22, 0x33, 0xf3, 0xfa, 0x57, 0x01, 0xd2, 0xe7, 0x62, 0x08, 0xa0, - 0xfc, 0x3a, 0x8b, 0x06, 0x24, 0x68, 0x9d, 0x43, 0x15, 0x28, 0xdc, 0x67, 0x47, 0x2d, 0x0b, 0x39, - 0x50, 0xbc, 0xeb, 0xf7, 0xfa, 0x2d, 0x7b, 0x7d, 0x15, 0x9a, 0xf9, 0x37, 0x62, 0xa8, 0x0c, 0xf6, - 0xee, 0x76, 0xeb, 0x9c, 0xfc, 0xc5, 0x5b, 0x2d, 0x6b, 0xfd, 0x21, 0xd8, 0x0f, 0x87, 0xf2, 0xd3, - 0x9d, 0x91, 0xd0, 0x73, 0xdc, 0xa6, 0x81, 0x9e, 0x43, 0x96, 0xe0, 0x96, 0x8d, 0xea, 0xe0, 0x98, - 0xc3, 0xff, 0x56, 0x41, 0x32, 0xdc, 0x0e, 0x39, 0x8d, 0x44, 0xab, 0x88, 0x96, 0x61, 0x69, 0xe2, - 0xf2, 0xb0, 0x55, 0x5a, 0xdf, 0x80, 0x6a, 0xf2, 0x00, 0x42, 0xce, 0xf2, 0x3a, 0x0b, 0x69, 0xeb, - 0x1c, 0xaa, 0x42, 0x49, 0xbd, 0x70, 0x6c, 0x59, 0x72, 0xc2, 0xd7, 0x99, 0xd0, 0x23, 0xfb, 0xd6, - 0xcd, 0x7f, 0xfc, 0xde, 0xb1, 0xfe, 0xf2, 0xe9, 0x35, 0xeb, 0x93, 0x4f, 0xaf, 0x59, 0xff, 0xfc, - 0xf4, 0x9a, 0xf5, 0xc1, 0xbf, 0xae, 0x9d, 0x83, 0x16, 0x8b, 0x7a, 0x1b, 0xc2, 0x3f, 0x38, 0xdc, - 0x38, 0x38, 0x54, 0x4f, 0x56, 0x1f, 0x97, 0xd5, 0xcf, 0x0b, 0xff, 0x09, 0x00, 0x00, 0xff, 0xff, - 0x52, 0xfa, 0x89, 0xf3, 0x17, 0x2b, 0x00, 0x00, +func init() { proto.RegisterFile("kvrpcpb.proto", fileDescriptor_kvrpcpb_07f0bf6f209f73bc) } + +var fileDescriptor_kvrpcpb_07f0bf6f209f73bc = []byte{ + // 2731 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x3a, 0xcd, 0x8f, 0x1c, 0x47, + 0xf5, 0xee, 0x9e, 0xaf, 0x9e, 0x37, 0x1f, 0x3b, 0xae, 0x5d, 0xdb, 0x13, 0xfb, 0x67, 0x7b, 0xd3, + 0x3f, 0xec, 0x6c, 0x16, 0xb2, 0x81, 0x4d, 0xc4, 0x01, 0xa1, 0x28, 0x78, 0xed, 0xc4, 0x1b, 0xdb, + 0xf1, 0xaa, 0x76, 0x62, 0x14, 0x09, 0x98, 0x94, 0x7b, 0x6a, 0x67, 0x9a, 0xed, 0xe9, 0xee, 0x74, + 0xd5, 0xec, 0xce, 0x24, 0x42, 0x02, 0x21, 0x10, 0x91, 0xe0, 0xc0, 0x87, 0x94, 0x1c, 0x72, 0x8d, + 0x04, 0x47, 0x0e, 0xf0, 0x0f, 0x90, 0x03, 0x17, 0x44, 0x0e, 0x1c, 0x38, 0xa2, 0x70, 0xe0, 0xdf, + 0x40, 0x55, 0xd5, 0xd5, 0x1f, 0x33, 0xe3, 0x64, 0x35, 0xcc, 0x6e, 0x10, 0xa7, 0x99, 0x7a, 0xef, + 0x75, 0xbd, 0xef, 0x57, 0xaf, 0x3e, 0xa0, 0x71, 0x78, 0x14, 0x85, 0x4e, 0xf8, 0x78, 0x2b, 0x8c, + 0x02, 0x1e, 0xa0, 0x4a, 0x3c, 0xbc, 0x5c, 0x1f, 0x52, 0x4e, 0x34, 0xf8, 0x72, 0x83, 0x46, 0x51, + 0x10, 0x25, 0xc3, 0xb5, 0x7e, 0xd0, 0x0f, 0xe4, 0xdf, 0xe7, 0xc5, 0xbf, 0x18, 0xba, 0x12, 0x8d, + 0x18, 0x97, 0x7f, 0x15, 0xc0, 0xfe, 0x83, 0x01, 0xd6, 0xfd, 0xc0, 0x39, 0xdc, 0xf5, 0x0f, 0x02, + 0xf4, 0x34, 0xd4, 0xc3, 0xc8, 0x1d, 0x92, 0x68, 0xd2, 0xf5, 0x02, 0xe7, 0xb0, 0x6d, 0xac, 0x1b, + 0x1b, 0x75, 0x5c, 0x8b, 0x61, 0x82, 0x4c, 0x90, 0x08, 0x54, 0xf7, 0x88, 0x46, 0xcc, 0x0d, 0xfc, + 0xb6, 0xb9, 0x6e, 0x6c, 0x14, 0x71, 0x4d, 0xc0, 0x1e, 0x29, 0x10, 0x6a, 0x41, 0xe1, 0x90, 0x4e, + 0xda, 0x05, 0xf9, 0xb1, 0xf8, 0x8b, 0x9e, 0x02, 0x4b, 0x7e, 0xc4, 0xb9, 0xd7, 0x2e, 0xca, 0x0f, + 0x2a, 0x62, 0xdc, 0xe1, 0x9e, 0x40, 0xf1, 0xb1, 0xdf, 0x65, 0xee, 0x3b, 0xb4, 0x5d, 0x52, 0x28, + 0x3e, 0xf6, 0xf7, 0xdd, 0x77, 0x28, 0xba, 0x02, 0x55, 0xf5, 0xd5, 0x24, 0xa4, 0xed, 0xf2, 0xba, + 0xb1, 0xd1, 0xc0, 0x72, 0x9a, 0xce, 0x24, 0xa4, 0xf6, 0x3a, 0xd4, 0xbf, 0xe5, 0x45, 0x94, 0xf4, + 0x26, 0x77, 0xc6, 0x2e, 0xe3, 0x9a, 0xa9, 0x91, 0x30, 0xb5, 0x7f, 0x66, 0x82, 0x75, 0x8f, 0x4e, + 0xee, 0x08, 0xab, 0xa0, 0x67, 0xa1, 0x2c, 0x3e, 0xa5, 0x3d, 0x49, 0x51, 0xdb, 0x3e, 0xbf, 0xa5, + 0x6d, 0xaa, 0x95, 0xc7, 0x31, 0x01, 0xfa, 0x3f, 0xa8, 0x46, 0x94, 0x47, 0x13, 0xf2, 0xd8, 0xa3, + 0x52, 0xbd, 0x2a, 0x4e, 0x01, 0x68, 0x0d, 0x4a, 0xe4, 0x71, 0x10, 0x71, 0xa9, 0x5e, 0x15, 0xab, + 0x01, 0xda, 0x06, 0xcb, 0x09, 0xfc, 0x03, 0xcf, 0x75, 0xb8, 0x54, 0xb0, 0xb6, 0x7d, 0x31, 0x61, + 0xf0, 0xed, 0xc8, 0xe5, 0x74, 0x27, 0xc6, 0xe2, 0x84, 0x0e, 0x7d, 0x03, 0x1a, 0x44, 0x69, 0xd0, + 0xa5, 0x42, 0x05, 0xa9, 0x7e, 0x6d, 0xfb, 0x42, 0xf2, 0x61, 0x56, 0x3f, 0x5c, 0x27, 0x59, 0x6d, + 0x9f, 0x03, 0xab, 0x47, 0x49, 0x4f, 0x3a, 0xa9, 0x3c, 0xa5, 0xd0, 0xed, 0x18, 0x81, 0x13, 0x12, + 0xfb, 0x23, 0x03, 0x1a, 0x39, 0x31, 0x84, 0xd9, 0x19, 0x27, 0x11, 0xef, 0x72, 0x26, 0x2d, 0x52, + 0xc4, 0x15, 0x39, 0xee, 0x30, 0x74, 0x1d, 0x6a, 0x5a, 0x46, 0x81, 0x55, 0x0e, 0x06, 0x0d, 0xea, + 0xb0, 0x39, 0xfe, 0x6d, 0x43, 0x25, 0x8e, 0x11, 0xa9, 0x7d, 0x1d, 0xeb, 0x21, 0xfa, 0x0a, 0xa0, + 0x64, 0x32, 0x27, 0x18, 0x0e, 0x5d, 0x39, 0xa7, 0x72, 0x74, 0x4b, 0x63, 0x76, 0x24, 0xa2, 0xc3, + 0xec, 0xef, 0x83, 0xa5, 0xa5, 0x47, 0x97, 0xa0, 0xa2, 0xbc, 0xaf, 0x05, 0x94, 0xfe, 0xe9, 0xb0, + 0x24, 0x98, 0x84, 0x0c, 0xa6, 0xe2, 0x26, 0xc6, 0xf7, 0xe8, 0x04, 0x6d, 0xc2, 0x79, 0xad, 0xb3, + 0x40, 0x77, 0x07, 0x84, 0x0d, 0xa4, 0x9c, 0x45, 0xbc, 0xa2, 0x11, 0xf7, 0xe8, 0xe4, 0x2e, 0x61, + 0x03, 0xfb, 0x5f, 0x05, 0xa8, 0xec, 0x04, 0x3e, 0xa7, 0x63, 0x2e, 0x22, 0x2d, 0xa2, 0x7d, 0x37, + 0xf0, 0xbb, 0x6e, 0x2f, 0xe6, 0x66, 0x29, 0xc0, 0x6e, 0x0f, 0x7d, 0x1d, 0xea, 0x31, 0x92, 0x86, + 0x81, 0x33, 0x90, 0x3c, 0x6b, 0xdb, 0xab, 0x5b, 0x71, 0xf2, 0x61, 0x89, 0xbb, 0x23, 0x50, 0xb8, + 0x16, 0xa5, 0x03, 0xb4, 0x0e, 0xc5, 0x90, 0xd2, 0x48, 0xf2, 0xaf, 0x6d, 0xd7, 0x35, 0xfd, 0x1e, + 0xa5, 0x11, 0x96, 0x18, 0x84, 0xa0, 0xc8, 0x69, 0x34, 0x8c, 0xcd, 0x21, 0xff, 0xa3, 0xe7, 0xc1, + 0x0a, 0x23, 0x37, 0x88, 0x5c, 0x3e, 0x91, 0x9e, 0x6d, 0x6e, 0xaf, 0x26, 0x9e, 0x15, 0x76, 0x22, + 0x7e, 0x6f, 0x2f, 0x72, 0x71, 0x42, 0x84, 0x5e, 0x86, 0x15, 0x97, 0x05, 0x1e, 0xe1, 0x42, 0x42, + 0x8f, 0x1e, 0x51, 0xaf, 0x5d, 0x91, 0xdf, 0x5d, 0x4a, 0xbe, 0xdb, 0xd5, 0xf8, 0xfb, 0x02, 0x8d, + 0x9b, 0x6e, 0x6e, 0x8c, 0xbe, 0x04, 0x4d, 0x3f, 0xe0, 0xdd, 0x03, 0xd7, 0xf3, 0xba, 0x0e, 0x71, + 0x06, 0xb4, 0x6d, 0xad, 0x1b, 0x1b, 0x16, 0xae, 0xfb, 0x01, 0x7f, 0xc5, 0xf5, 0xbc, 0x1d, 0x01, + 0x93, 0x11, 0x33, 0xf1, 0x9d, 0xae, 0x17, 0xf4, 0xdb, 0x55, 0x89, 0xaf, 0x88, 0xf1, 0xfd, 0xa0, + 0x2f, 0x22, 0x66, 0x40, 0xfc, 0x9e, 0x47, 0xbb, 0xdc, 0x1d, 0xd2, 0x36, 0x48, 0x2c, 0x28, 0x50, + 0xc7, 0x1d, 0x52, 0x41, 0xc0, 0x1c, 0xe2, 0x77, 0x7b, 0x94, 0x13, 0xd7, 0x6b, 0xd7, 0x14, 0x81, + 0x00, 0xdd, 0x96, 0x10, 0x51, 0x55, 0x22, 0x1a, 0x7a, 0xae, 0x43, 0xba, 0x22, 0xca, 0xdb, 0x75, + 0x49, 0x51, 0x8b, 0x61, 0x98, 0x92, 0x1e, 0xba, 0x01, 0xcd, 0x88, 0xb2, 0xc0, 0x3b, 0xa2, 0x3d, + 0x59, 0x9c, 0x58, 0xbb, 0xb1, 0x5e, 0xd8, 0x28, 0xe2, 0x86, 0x86, 0x8a, 0x44, 0x66, 0xaf, 0x15, + 0xad, 0x62, 0xab, 0x24, 0xbe, 0x24, 0xbd, 0xee, 0xdb, 0xa3, 0x20, 0x1a, 0x0d, 0xed, 0xdb, 0x00, + 0x77, 0x53, 0x59, 0x2e, 0x41, 0xe5, 0x98, 0xb8, 0xbc, 0x3b, 0x54, 0x71, 0x55, 0xc0, 0x65, 0x31, + 0x7c, 0xc0, 0xd0, 0x55, 0x80, 0x30, 0x0a, 0x1c, 0xca, 0x98, 0xc0, 0x99, 0x12, 0x57, 0x8d, 0x21, + 0x0f, 0x98, 0xfd, 0x12, 0x58, 0xfb, 0x0e, 0xf1, 0x65, 0x9d, 0x5c, 0x83, 0x12, 0x0f, 0x38, 0xf1, + 0xe2, 0x19, 0xd4, 0x40, 0x14, 0x8e, 0x98, 0x9c, 0xf6, 0xa6, 0xbe, 0xa7, 0x3d, 0xfb, 0xc7, 0x06, + 0xc0, 0x7e, 0xaa, 0xf1, 0x33, 0x50, 0x3a, 0x16, 0x19, 0x39, 0x53, 0x8f, 0x34, 0x13, 0xac, 0xf0, + 0xe8, 0x06, 0x14, 0x65, 0x9a, 0x9b, 0x4f, 0xa2, 0x93, 0x68, 0x41, 0xd6, 0x23, 0x9c, 0xc4, 0xd1, + 0x36, 0x8f, 0x4c, 0xa0, 0xed, 0x09, 0xd4, 0xee, 0x8c, 0xa9, 0xa3, 0x84, 0x60, 0xe8, 0xc5, 0xbc, + 0xe7, 0x8c, 0x38, 0xb4, 0xf5, 0xc7, 0xa9, 0xd9, 0x72, 0xee, 0x7c, 0x31, 0xef, 0x4e, 0x73, 0xea, + 0xab, 0x54, 0xcb, 0xac, 0x8f, 0xed, 0x1e, 0xc0, 0xab, 0x94, 0x63, 0xfa, 0xf6, 0x88, 0x32, 0x8e, + 0x36, 0xa1, 0xe2, 0xa8, 0xec, 0x8b, 0xb9, 0xb6, 0x32, 0x61, 0x2e, 0xe1, 0x58, 0x13, 0xe8, 0x82, + 0x63, 0xe6, 0x0a, 0x8e, 0x5e, 0x80, 0x54, 0x7a, 0xeb, 0xa1, 0xfd, 0xa1, 0x01, 0x35, 0xc9, 0x86, + 0x85, 0x81, 0xcf, 0x28, 0xfa, 0x5a, 0x9a, 0xbd, 0x62, 0x21, 0x88, 0x99, 0x35, 0xb7, 0xf4, 0x62, + 0x29, 0x97, 0x87, 0x24, 0x71, 0xe5, 0x5a, 0xf1, 0x0c, 0x94, 0x14, 0xed, 0xb4, 0xc9, 0xf5, 0x6a, + 0x82, 0x15, 0x5e, 0x84, 0xc1, 0x11, 0xf1, 0x46, 0x34, 0x2e, 0x85, 0x6a, 0x20, 0x8a, 0x89, 0x4c, + 0xa7, 0x60, 0xe4, 0xf7, 0x64, 0x39, 0xb4, 0xb0, 0x25, 0x32, 0x49, 0x8c, 0xed, 0xbf, 0x19, 0x50, + 0x13, 0xf6, 0x59, 0xc4, 0x0c, 0x57, 0xa0, 0xaa, 0x6a, 0x76, 0x6a, 0x0c, 0x55, 0xc4, 0x45, 0xe9, + 0x5b, 0x83, 0x92, 0xe7, 0x0e, 0x5d, 0xb5, 0x2e, 0x35, 0xb0, 0x1a, 0x64, 0xed, 0x54, 0xcc, 0xd9, + 0x49, 0xa4, 0xb3, 0xa8, 0x90, 0x81, 0xef, 0x4d, 0x64, 0xfd, 0xb1, 0x70, 0xe5, 0x90, 0x4e, 0x1e, + 0xfa, 0x9e, 0x34, 0x6e, 0x44, 0x05, 0x9d, 0x5a, 0x75, 0x2d, 0xac, 0x87, 0x22, 0x77, 0xa8, 0xdf, + 0x93, 0xfc, 0x2b, 0x92, 0x7f, 0x99, 0xfa, 0xbd, 0x7b, 0x74, 0x62, 0xbf, 0x09, 0xe5, 0x7b, 0x47, + 0x7b, 0xc4, 0xcd, 0x18, 0xcf, 0xf8, 0x1c, 0xe3, 0xcd, 0x3a, 0x75, 0xae, 0x39, 0xed, 0x01, 0xd4, + 0x95, 0xc1, 0x16, 0x77, 0xe8, 0x0d, 0x28, 0x85, 0xc4, 0x8d, 0x44, 0x52, 0x17, 0x36, 0x6a, 0xdb, + 0x2b, 0xa9, 0x4c, 0x52, 0x66, 0xac, 0xb0, 0xf6, 0x8f, 0x0c, 0xb0, 0x1e, 0x8c, 0xb8, 0xac, 0x8c, + 0xe8, 0x0a, 0x98, 0x41, 0x28, 0x27, 0x6f, 0x6e, 0xd7, 0x92, 0x0f, 0x1e, 0x86, 0xd8, 0x0c, 0xc2, + 0x93, 0xca, 0x8e, 0xbe, 0x0a, 0x55, 0xc2, 0x18, 0x8d, 0xb8, 0x76, 0x40, 0x73, 0x1b, 0xa5, 0xcb, + 0xbb, 0xc6, 0xe0, 0x94, 0xc8, 0xfe, 0xa0, 0x00, 0x2b, 0x7b, 0x11, 0x95, 0xa9, 0xbf, 0x48, 0x8c, + 0x3c, 0x0f, 0xd5, 0x61, 0xac, 0x82, 0x56, 0x37, 0x75, 0x81, 0x56, 0x0e, 0xa7, 0x34, 0x33, 0x2d, + 0x5f, 0x61, 0xb6, 0xe5, 0xfb, 0x7f, 0x68, 0xa8, 0xb8, 0xcb, 0x87, 0x52, 0x5d, 0x02, 0x1f, 0xa5, + 0xf1, 0x94, 0xb4, 0x78, 0xa5, 0x7c, 0x8b, 0xb7, 0x0d, 0x17, 0xd8, 0xa1, 0x1b, 0x76, 0x9d, 0xc0, + 0x67, 0x3c, 0x22, 0xae, 0xcf, 0xbb, 0xce, 0x80, 0xc6, 0x9d, 0x8b, 0x85, 0x57, 0x05, 0x72, 0x27, + 0xc1, 0xed, 0x08, 0x14, 0xda, 0x82, 0x55, 0x97, 0x75, 0x43, 0xca, 0x98, 0x3b, 0x74, 0x19, 0x77, + 0x1d, 0x25, 0x5d, 0x65, 0xbd, 0xb0, 0x61, 0xe1, 0xf3, 0x2e, 0xdb, 0x4b, 0x31, 0x52, 0xc6, 0x6c, + 0x1b, 0x69, 0xe5, 0xdb, 0x48, 0x1b, 0x1a, 0x07, 0x41, 0xd4, 0x1d, 0x85, 0x3d, 0xc2, 0xa9, 0x68, + 0x27, 0xaa, 0xaa, 0x65, 0x3d, 0x08, 0xa2, 0x37, 0x24, 0xac, 0xc3, 0x04, 0xcd, 0xd0, 0xf5, 0x33, + 0x1d, 0x0a, 0x28, 0x9a, 0xa1, 0xeb, 0x27, 0xcd, 0x49, 0x08, 0xad, 0xd4, 0x33, 0x8b, 0x07, 0xe3, + 0xb3, 0x50, 0x96, 0xd8, 0x59, 0xf7, 0x24, 0x19, 0x12, 0x13, 0xd8, 0xbf, 0x37, 0x60, 0xb5, 0x33, + 0xf6, 0xef, 0x52, 0x12, 0xf1, 0x5b, 0x94, 0x2c, 0x54, 0x3b, 0xa7, 0xfd, 0x6b, 0x9e, 0xc0, 0xbf, + 0x85, 0x39, 0xfe, 0xbd, 0x09, 0x2b, 0xa4, 0x77, 0xe4, 0x32, 0xda, 0x9d, 0xea, 0xe4, 0x1b, 0x0a, + 0x7c, 0x5f, 0x39, 0xdb, 0xfe, 0x85, 0x01, 0x6b, 0x79, 0x99, 0xcf, 0xa0, 0x10, 0x67, 0x83, 0xaf, + 0x90, 0x0b, 0x3e, 0xfb, 0x4f, 0x26, 0x5c, 0x9c, 0x0a, 0x96, 0xff, 0x95, 0xbc, 0x9a, 0x09, 0xec, + 0xf2, 0xdc, 0xc0, 0x76, 0x59, 0xf7, 0xc0, 0x8d, 0x18, 0xd7, 0x19, 0x24, 0x3b, 0x2b, 0x97, 0xbd, + 0x22, 0x60, 0x7a, 0x4b, 0x27, 0x3b, 0x22, 0xd1, 0x02, 0x04, 0x23, 0x1e, 0xe7, 0x4f, 0x4d, 0xc0, + 0x3a, 0x0a, 0x64, 0x1f, 0xc3, 0xa5, 0x19, 0x23, 0x9e, 0x49, 0x0a, 0x7c, 0x64, 0xc0, 0xe5, 0x0c, + 0x67, 0x1c, 0x78, 0xde, 0x63, 0xb2, 0x98, 0x0b, 0x67, 0xcc, 0x6d, 0xce, 0x31, 0xf7, 0x8c, 0x4d, + 0x0b, 0xb3, 0x36, 0x45, 0x50, 0x3c, 0xa4, 0x13, 0xd6, 0x2e, 0xae, 0x17, 0x36, 0xea, 0x58, 0xfe, + 0xb7, 0xdf, 0x85, 0x2b, 0x73, 0xc5, 0x3c, 0x13, 0x23, 0xfd, 0xce, 0x80, 0x86, 0x2a, 0x53, 0xa7, + 0x66, 0x17, 0xad, 0x73, 0x21, 0xd5, 0x59, 0x74, 0xe4, 0x71, 0xc1, 0xcc, 0x07, 0x70, 0x43, 0x41, + 0xe3, 0x4f, 0x5f, 0x2b, 0x5a, 0xa5, 0x56, 0x19, 0x97, 0x1f, 0xbb, 0xbe, 0x17, 0xf4, 0xed, 0x5f, + 0x1b, 0xd0, 0xd4, 0xb2, 0x9e, 0x41, 0x65, 0x98, 0x95, 0xb1, 0x30, 0x47, 0x46, 0xbb, 0x0f, 0x8d, + 0xdd, 0x61, 0x18, 0x44, 0x89, 0x01, 0x73, 0xf9, 0x6e, 0x9c, 0x20, 0xdf, 0x67, 0x19, 0x99, 0xf3, + 0x18, 0xbd, 0x09, 0x4d, 0xcd, 0x68, 0x71, 0xed, 0xd7, 0xb2, 0xda, 0x57, 0x63, 0x55, 0xed, 0x77, + 0x61, 0xed, 0x16, 0xe1, 0xce, 0xe0, 0xd4, 0x73, 0x64, 0x4e, 0x2c, 0xd8, 0x0c, 0x2e, 0x4c, 0x31, + 0x3f, 0x7d, 0xe7, 0xda, 0x1f, 0x1b, 0x70, 0x41, 0xb6, 0x0b, 0x9d, 0xb1, 0xbf, 0xcf, 0x09, 0x1f, + 0xb1, 0x45, 0x74, 0xbe, 0x0e, 0xba, 0x2a, 0x67, 0x1a, 0x6b, 0x88, 0x41, 0xa2, 0xb5, 0xce, 0x9c, + 0x44, 0x14, 0x72, 0x27, 0x11, 0x37, 0x61, 0xc5, 0x21, 0x9e, 0x47, 0xa3, 0x6e, 0x72, 0x96, 0xa2, + 0x33, 0x40, 0x82, 0xf7, 0xe3, 0x13, 0x95, 0xab, 0x00, 0xce, 0x28, 0x8a, 0xa8, 0x9f, 0x39, 0xfc, + 0xa8, 0xc6, 0x90, 0x0e, 0xb3, 0xff, 0x68, 0xc0, 0xc5, 0x69, 0x35, 0xbe, 0xd0, 0x45, 0xf3, 0x84, + 0x99, 0x6d, 0xff, 0x4a, 0xe4, 0xb2, 0x47, 0x89, 0x3f, 0x0a, 0x97, 0xb3, 0xad, 0x3b, 0x51, 0x27, + 0x92, 0xb7, 0x66, 0x71, 0xda, 0x9a, 0xbf, 0x31, 0x60, 0x25, 0x11, 0xea, 0xbf, 0xa7, 0xc2, 0x1c, + 0xc2, 0x8a, 0x4c, 0x90, 0x05, 0xb7, 0xc0, 0x3a, 0xe7, 0xcc, 0x4c, 0xfd, 0x7d, 0xf2, 0x26, 0xd8, + 0x83, 0x56, 0xca, 0xec, 0xd4, 0xf7, 0x4d, 0xbf, 0x34, 0x60, 0x45, 0x6c, 0xd1, 0x16, 0xed, 0xad, + 0xae, 0x43, 0x6d, 0x48, 0xc6, 0x53, 0x25, 0x07, 0x86, 0x64, 0xac, 0x3d, 0x9e, 0xdb, 0xf8, 0x16, + 0x9e, 0xb4, 0xf1, 0x2d, 0x66, 0x36, 0xbe, 0xf6, 0xfb, 0x06, 0xb4, 0x52, 0x99, 0xce, 0x20, 0x0c, + 0x9e, 0x81, 0x92, 0x3a, 0x95, 0x2a, 0x4c, 0x2d, 0x16, 0xc9, 0xf9, 0xb2, 0xc2, 0xdb, 0x2f, 0x40, + 0xa5, 0x33, 0x56, 0xc7, 0x48, 0x2d, 0x28, 0xf0, 0xb1, 0x1f, 0x1f, 0x38, 0x8a, 0xbf, 0xe8, 0x22, + 0x94, 0x99, 0xac, 0x00, 0xb1, 0x15, 0xe2, 0x91, 0xfd, 0x57, 0x03, 0x10, 0x56, 0xe7, 0x5c, 0x8b, + 0x5a, 0xf9, 0x44, 0xa5, 0xfd, 0x64, 0xc1, 0x8c, 0x9e, 0x83, 0xaa, 0xd8, 0x6d, 0xb9, 0xfe, 0x41, + 0xa0, 0xda, 0xa0, 0x2c, 0xe7, 0x58, 0x3b, 0x2c, 0x36, 0x64, 0xe2, 0x4f, 0xda, 0x30, 0x95, 0x32, + 0x0b, 0xc6, 0xdb, 0xb0, 0x9a, 0x53, 0xe8, 0x0c, 0x96, 0x8b, 0x47, 0x50, 0x7d, 0x75, 0x67, 0x11, + 0xd3, 0x5d, 0x05, 0x60, 0xe4, 0x80, 0x76, 0xc3, 0xc0, 0xf5, 0x79, 0x6c, 0xb7, 0xaa, 0x80, 0xec, + 0x09, 0x80, 0x3d, 0x00, 0x10, 0xf3, 0x9e, 0x81, 0x06, 0xdf, 0x85, 0x06, 0x26, 0xc7, 0x4b, 0x3b, + 0x45, 0x6b, 0x82, 0xe9, 0x1c, 0xc4, 0x17, 0x19, 0xa6, 0x73, 0x60, 0xff, 0xdc, 0x80, 0xa6, 0x9e, + 0x7f, 0xc9, 0xdd, 0xc9, 0x22, 0x67, 0x65, 0x4c, 0x6a, 0xbb, 0x37, 0x5a, 0x92, 0xb6, 0xf3, 0x25, + 0x50, 0x36, 0x28, 0x26, 0x36, 0x78, 0x53, 0x9a, 0x40, 0x32, 0x5d, 0x76, 0x83, 0x76, 0x0c, 0x08, + 0x93, 0x63, 0x59, 0x98, 0x17, 0x54, 0xea, 0x64, 0x05, 0x79, 0xc6, 0xaf, 0xdf, 0x83, 0xd5, 0x1c, + 0xe3, 0x65, 0x2b, 0xd6, 0x4b, 0x15, 0x5b, 0xe2, 0xf2, 0x36, 0xad, 0x45, 0x90, 0x6a, 0x71, 0x36, + 0xeb, 0xda, 0x5b, 0xd0, 0xc2, 0xe4, 0xf8, 0x36, 0xf5, 0xe8, 0x62, 0x67, 0x71, 0x9f, 0x9f, 0x70, + 0xdf, 0x81, 0xf3, 0x19, 0x0e, 0xcb, 0x76, 0x4b, 0x1f, 0x2e, 0x68, 0x83, 0x2d, 0xae, 0xc4, 0x49, + 0x3c, 0x43, 0xe0, 0xe2, 0x34, 0xa3, 0x65, 0xeb, 0xf2, 0xbe, 0x01, 0x28, 0x9e, 0x9b, 0xf8, 0x7d, + 0xba, 0xf4, 0xe3, 0xf3, 0xcc, 0xc9, 0x76, 0x21, 0x7b, 0xb2, 0x2d, 0x9a, 0x13, 0x3f, 0xe0, 0xee, + 0x41, 0x7c, 0x54, 0xae, 0x6a, 0x14, 0x28, 0xd0, 0x43, 0xdf, 0x9b, 0x88, 0xe4, 0xca, 0x09, 0xb6, + 0x6c, 0xcd, 0xdf, 0x33, 0xa4, 0x1b, 0xbf, 0x10, 0xe5, 0xa7, 0x8b, 0xa3, 0x72, 0xf4, 0xa9, 0xaa, + 0xfb, 0x17, 0xb5, 0x06, 0x9d, 0xe1, 0x1d, 0x49, 0xf6, 0x26, 0xa4, 0x98, 0xbf, 0x09, 0x51, 0xfa, + 0x97, 0xb4, 0xfe, 0x8b, 0xdc, 0x8c, 0xf4, 0x61, 0x25, 0x51, 0x67, 0x71, 0x5b, 0x3d, 0x0d, 0x85, + 0xc3, 0xa3, 0x27, 0xd6, 0x2b, 0x81, 0xb3, 0x5f, 0x96, 0xaf, 0x1d, 0xa4, 0x57, 0xf2, 0x56, 0x30, + 0x9e, 0xec, 0x6d, 0x33, 0x27, 0xea, 0x27, 0x46, 0x5a, 0x61, 0x17, 0xb5, 0xff, 0xb3, 0x50, 0x8e, + 0x84, 0x08, 0x73, 0x4f, 0xad, 0x54, 0xc8, 0xc4, 0x04, 0xa2, 0xab, 0xa2, 0xc4, 0x19, 0x74, 0xb3, + 0x2e, 0xa9, 0x0a, 0xc8, 0xfd, 0xa5, 0xb9, 0xc5, 0xf6, 0x60, 0x2d, 0xaf, 0xd1, 0xa9, 0xba, 0xe0, + 0x27, 0x06, 0x54, 0x1f, 0x1c, 0x39, 0x8e, 0x7c, 0x6a, 0x81, 0xae, 0x43, 0x51, 0xbe, 0x5c, 0x99, + 0x73, 0x87, 0x24, 0x11, 0xb9, 0x37, 0x18, 0x66, 0xfe, 0x0d, 0xc6, 0x15, 0xa8, 0xa6, 0x77, 0x11, + 0xaa, 0x05, 0xb7, 0x9c, 0xf8, 0x22, 0x42, 0xde, 0xa6, 0x0f, 0x02, 0xd1, 0xc9, 0xcb, 0x76, 0x46, + 0xbd, 0xb8, 0x00, 0x09, 0x7a, 0x24, 0xaf, 0xcc, 0xbe, 0xa9, 0xc4, 0x90, 0x83, 0xcf, 0x7a, 0xe9, + 0x91, 0x74, 0x44, 0x66, 0xf6, 0xc2, 0x4d, 0x5e, 0x83, 0x1d, 0x39, 0xea, 0x5e, 0xe5, 0x3f, 0x51, + 0x22, 0xf3, 0x2a, 0xa4, 0x90, 0x7f, 0x15, 0xf2, 0xb9, 0x1a, 0xbc, 0x17, 0xcb, 0x20, 0xb7, 0x49, + 0xfa, 0x06, 0x7c, 0xfa, 0x46, 0x51, 0x0b, 0x19, 0xdf, 0x80, 0x6f, 0x42, 0x59, 0x5e, 0xce, 0x68, + 0x1f, 0xa1, 0x1c, 0xa1, 0xf4, 0x09, 0x8e, 0x29, 0x04, 0xad, 0x64, 0xad, 0xb7, 0x6b, 0x79, 0x5a, + 0x29, 0x03, 0x8e, 0x29, 0xec, 0x7d, 0x58, 0x15, 0xc0, 0x57, 0x29, 0xbf, 0x35, 0x11, 0x41, 0xbc, + 0x8c, 0x4e, 0xc0, 0xfe, 0xa9, 0x01, 0x6b, 0xf9, 0x59, 0x97, 0xdd, 0x70, 0xdf, 0x80, 0xa2, 0xd8, + 0x9f, 0xcd, 0x3c, 0x08, 0xd0, 0x66, 0xc5, 0x12, 0x6d, 0xbf, 0x05, 0x97, 0x12, 0x39, 0xe2, 0xf3, + 0xaa, 0x45, 0x34, 0x7c, 0x72, 0x18, 0xd8, 0x1f, 0x1a, 0xd0, 0x9e, 0x65, 0xb1, 0x6c, 0x75, 0x67, + 0x1f, 0x25, 0x69, 0x03, 0x14, 0x3f, 0xdb, 0x00, 0x3f, 0x34, 0x00, 0xed, 0x87, 0x9e, 0xcb, 0xd5, + 0x43, 0x9e, 0xc5, 0x0e, 0x30, 0xaa, 0x4c, 0xcc, 0x90, 0xd6, 0xd4, 0x5b, 0x66, 0xdb, 0xc0, 0x96, + 0x04, 0x8a, 0x92, 0x2b, 0x36, 0x90, 0x9a, 0x40, 0x9f, 0x9b, 0x56, 0x35, 0x96, 0xd9, 0x1f, 0x1b, + 0xb0, 0x9a, 0x13, 0x61, 0x71, 0xe3, 0xdc, 0x84, 0xa2, 0x47, 0x0f, 0x78, 0xbc, 0x93, 0x6c, 0xe6, + 0x1f, 0x29, 0x49, 0xa9, 0x24, 0x1e, 0x6d, 0x40, 0x29, 0x72, 0xfb, 0x03, 0x1e, 0x87, 0xc7, 0x3c, + 0x42, 0x45, 0x80, 0x36, 0x44, 0x71, 0xed, 0xcb, 0x73, 0x70, 0xb5, 0xd3, 0x9f, 0xa2, 0xc5, 0x1a, + 0x6d, 0xff, 0x00, 0x9e, 0x7a, 0xc3, 0x17, 0xdb, 0xe2, 0xdb, 0x94, 0xf1, 0x28, 0x98, 0x9c, 0x6d, + 0xb3, 0x62, 0x53, 0xb8, 0x3c, 0x8f, 0xfd, 0xb2, 0x1b, 0x94, 0x97, 0xa0, 0x85, 0x29, 0xe9, 0xed, + 0xfa, 0x3d, 0x3a, 0x5e, 0x40, 0x39, 0x9b, 0xc2, 0xf9, 0xcc, 0xf7, 0x8b, 0x4b, 0x77, 0x15, 0x40, + 0x3e, 0x72, 0x72, 0xc5, 0x44, 0xfa, 0x50, 0x22, 0xd2, 0x33, 0x6f, 0x7e, 0x19, 0x20, 0x7d, 0x2e, + 0x86, 0x00, 0xca, 0xaf, 0x07, 0xd1, 0x90, 0x78, 0xad, 0x73, 0xa8, 0x02, 0x85, 0xfb, 0xc1, 0x71, + 0xcb, 0x40, 0x16, 0x14, 0xef, 0xba, 0xfd, 0x41, 0xcb, 0xdc, 0x5c, 0x87, 0x66, 0xfe, 0x8d, 0x18, + 0x2a, 0x83, 0xb9, 0xbf, 0xdb, 0x3a, 0x27, 0x7e, 0xf1, 0x4e, 0xcb, 0xd8, 0x7c, 0x08, 0xe6, 0xc3, + 0x50, 0x7c, 0xba, 0x37, 0xe2, 0x6a, 0x8e, 0xdb, 0xd4, 0x53, 0x73, 0x88, 0x12, 0xdc, 0x32, 0x51, + 0x1d, 0x2c, 0x7d, 0xf8, 0xdf, 0x2a, 0x08, 0x86, 0xbb, 0x3e, 0xa3, 0x11, 0x6f, 0x15, 0xd1, 0x2a, + 0xac, 0x4c, 0x5d, 0x1e, 0xb6, 0x4a, 0x9b, 0x5b, 0x50, 0x4d, 0x1e, 0x40, 0x88, 0x59, 0x5e, 0x0f, + 0x7c, 0xda, 0x3a, 0x87, 0xaa, 0x50, 0x92, 0x2f, 0x1c, 0x5b, 0x86, 0x98, 0xf0, 0xf5, 0x80, 0xab, + 0x91, 0x79, 0xeb, 0xe6, 0xdf, 0x7f, 0x6b, 0x19, 0x7f, 0xfe, 0xf4, 0x9a, 0xf1, 0xc9, 0xa7, 0xd7, + 0x8c, 0x7f, 0x7c, 0x7a, 0xcd, 0xf8, 0xe0, 0x9f, 0xd7, 0xce, 0x41, 0x2b, 0x88, 0xfa, 0x5b, 0xdc, + 0x3d, 0x3c, 0xda, 0x3a, 0x3c, 0x92, 0xef, 0x59, 0x1f, 0x97, 0xe5, 0xcf, 0x0b, 0xff, 0x0e, 0x00, + 0x00, 0xff, 0xff, 0x13, 0xcf, 0x7e, 0xaf, 0x34, 0x2b, 0x00, 0x00, } diff --git a/proto/kvrpcpb.proto b/proto/kvrpcpb.proto index 8a3f54a66..ee37f4fcd 100644 --- a/proto/kvrpcpb.proto +++ b/proto/kvrpcpb.proto @@ -20,6 +20,7 @@ message LockInfo { uint64 lock_ttl = 4; // How many keys this transaction involved. uint64 txn_size = 5; + uint32 lock_type = 6; } message AlreadyExist { From 67d3d4d59cf11b6166c6ab0aa283a63411de66b1 Mon Sep 17 00:00:00 2001 From: cfzjywxk Date: Fri, 18 Oct 2019 11:01:34 +0800 Subject: [PATCH 2/2] change type to Op for lock_type --- pkg/kvrpcpb/kvrpcpb.pb.go | 518 +++++++++++++++++++------------------- proto/kvrpcpb.proto | 2 +- 2 files changed, 260 insertions(+), 260 deletions(-) diff --git a/pkg/kvrpcpb/kvrpcpb.pb.go b/pkg/kvrpcpb/kvrpcpb.pb.go index 095ec2bb5..078787482 100644 --- a/pkg/kvrpcpb/kvrpcpb.pb.go +++ b/pkg/kvrpcpb/kvrpcpb.pb.go @@ -51,7 +51,7 @@ func (x CommandPri) String() string { return proto.EnumName(CommandPri_name, int32(x)) } func (CommandPri) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{0} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{0} } type IsolationLevel int32 @@ -74,7 +74,7 @@ func (x IsolationLevel) String() string { return proto.EnumName(IsolationLevel_name, int32(x)) } func (IsolationLevel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{1} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{1} } type Op int32 @@ -110,7 +110,7 @@ func (x Op) String() string { return proto.EnumName(Op_name, int32(x)) } func (Op) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{2} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{2} } type Assertion int32 @@ -136,7 +136,7 @@ func (x Assertion) String() string { return proto.EnumName(Assertion_name, int32(x)) } func (Assertion) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{3} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{3} } type LockInfo struct { @@ -146,7 +146,7 @@ type LockInfo struct { LockTtl uint64 `protobuf:"varint,4,opt,name=lock_ttl,json=lockTtl,proto3" json:"lock_ttl,omitempty"` // How many keys this transaction involved. TxnSize uint64 `protobuf:"varint,5,opt,name=txn_size,json=txnSize,proto3" json:"txn_size,omitempty"` - LockType uint32 `protobuf:"varint,6,opt,name=lock_type,json=lockType,proto3" json:"lock_type,omitempty"` + LockType Op `protobuf:"varint,6,opt,name=lock_type,json=lockType,proto3,enum=kvrpcpb.Op" json:"lock_type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -156,7 +156,7 @@ func (m *LockInfo) Reset() { *m = LockInfo{} } func (m *LockInfo) String() string { return proto.CompactTextString(m) } func (*LockInfo) ProtoMessage() {} func (*LockInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{0} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{0} } func (m *LockInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -220,11 +220,11 @@ func (m *LockInfo) GetTxnSize() uint64 { return 0 } -func (m *LockInfo) GetLockType() uint32 { +func (m *LockInfo) GetLockType() Op { if m != nil { return m.LockType } - return 0 + return Op_Put } type AlreadyExist struct { @@ -238,7 +238,7 @@ func (m *AlreadyExist) Reset() { *m = AlreadyExist{} } func (m *AlreadyExist) String() string { return proto.CompactTextString(m) } func (*AlreadyExist) ProtoMessage() {} func (*AlreadyExist) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{1} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{1} } func (m *AlreadyExist) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -290,7 +290,7 @@ func (m *KeyError) Reset() { *m = KeyError{} } func (m *KeyError) String() string { return proto.CompactTextString(m) } func (*KeyError) ProtoMessage() {} func (*KeyError) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{2} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{2} } func (m *KeyError) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -376,7 +376,7 @@ func (m *WriteConflict) Reset() { *m = WriteConflict{} } func (m *WriteConflict) String() string { return proto.CompactTextString(m) } func (*WriteConflict) ProtoMessage() {} func (*WriteConflict) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{3} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{3} } func (m *WriteConflict) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -453,7 +453,7 @@ func (m *Deadlock) Reset() { *m = Deadlock{} } func (m *Deadlock) String() string { return proto.CompactTextString(m) } func (*Deadlock) ProtoMessage() {} func (*Deadlock) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{4} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{4} } func (m *Deadlock) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -525,7 +525,7 @@ func (m *Context) Reset() { *m = Context{} } func (m *Context) String() string { return proto.CompactTextString(m) } func (*Context) ProtoMessage() {} func (*Context) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{5} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{5} } func (m *Context) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -650,7 +650,7 @@ func (m *HandleTime) Reset() { *m = HandleTime{} } func (m *HandleTime) String() string { return proto.CompactTextString(m) } func (*HandleTime) ProtoMessage() {} func (*HandleTime) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{6} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{6} } func (m *HandleTime) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -705,7 +705,7 @@ func (m *ScanInfo) Reset() { *m = ScanInfo{} } func (m *ScanInfo) String() string { return proto.CompactTextString(m) } func (*ScanInfo) ProtoMessage() {} func (*ScanInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{7} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{7} } func (m *ScanInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -761,7 +761,7 @@ func (m *ScanDetail) Reset() { *m = ScanDetail{} } func (m *ScanDetail) String() string { return proto.CompactTextString(m) } func (*ScanDetail) ProtoMessage() {} func (*ScanDetail) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{8} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{8} } func (m *ScanDetail) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -823,7 +823,7 @@ func (m *ExecDetails) Reset() { *m = ExecDetails{} } func (m *ExecDetails) String() string { return proto.CompactTextString(m) } func (*ExecDetails) ProtoMessage() {} func (*ExecDetails) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{9} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{9} } func (m *ExecDetails) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -879,7 +879,7 @@ func (m *GetRequest) Reset() { *m = GetRequest{} } func (m *GetRequest) String() string { return proto.CompactTextString(m) } func (*GetRequest) ProtoMessage() {} func (*GetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{10} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{10} } func (m *GetRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -943,7 +943,7 @@ func (m *GetResponse) Reset() { *m = GetResponse{} } func (m *GetResponse) String() string { return proto.CompactTextString(m) } func (*GetResponse) ProtoMessage() {} func (*GetResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{11} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{11} } func (m *GetResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1019,7 +1019,7 @@ func (m *ScanRequest) Reset() { *m = ScanRequest{} } func (m *ScanRequest) String() string { return proto.CompactTextString(m) } func (*ScanRequest) ProtoMessage() {} func (*ScanRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{12} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{12} } func (m *ScanRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1110,7 +1110,7 @@ func (m *KvPair) Reset() { *m = KvPair{} } func (m *KvPair) String() string { return proto.CompactTextString(m) } func (*KvPair) ProtoMessage() {} func (*KvPair) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{13} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{13} } func (m *KvPair) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1172,7 +1172,7 @@ func (m *ScanResponse) Reset() { *m = ScanResponse{} } func (m *ScanResponse) String() string { return proto.CompactTextString(m) } func (*ScanResponse) ProtoMessage() {} func (*ScanResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{14} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{14} } func (m *ScanResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1229,7 +1229,7 @@ func (m *Mutation) Reset() { *m = Mutation{} } func (m *Mutation) String() string { return proto.CompactTextString(m) } func (*Mutation) ProtoMessage() {} func (*Mutation) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{15} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{15} } func (m *Mutation) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1312,7 +1312,7 @@ func (m *PrewriteRequest) Reset() { *m = PrewriteRequest{} } func (m *PrewriteRequest) String() string { return proto.CompactTextString(m) } func (*PrewriteRequest) ProtoMessage() {} func (*PrewriteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{16} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{16} } func (m *PrewriteRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1423,7 +1423,7 @@ func (m *PrewriteResponse) Reset() { *m = PrewriteResponse{} } func (m *PrewriteResponse) String() string { return proto.CompactTextString(m) } func (*PrewriteResponse) ProtoMessage() {} func (*PrewriteResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{17} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{17} } func (m *PrewriteResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1481,7 +1481,7 @@ func (m *TxnHeartBeatRequest) Reset() { *m = TxnHeartBeatRequest{} } func (m *TxnHeartBeatRequest) String() string { return proto.CompactTextString(m) } func (*TxnHeartBeatRequest) ProtoMessage() {} func (*TxnHeartBeatRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{18} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{18} } func (m *TxnHeartBeatRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1551,7 +1551,7 @@ func (m *TxnHeartBeatResponse) Reset() { *m = TxnHeartBeatResponse{} } func (m *TxnHeartBeatResponse) String() string { return proto.CompactTextString(m) } func (*TxnHeartBeatResponse) ProtoMessage() {} func (*TxnHeartBeatResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{19} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{19} } func (m *TxnHeartBeatResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1622,7 +1622,7 @@ func (m *PessimisticLockRequest) Reset() { *m = PessimisticLockRequest{} func (m *PessimisticLockRequest) String() string { return proto.CompactTextString(m) } func (*PessimisticLockRequest) ProtoMessage() {} func (*PessimisticLockRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{20} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{20} } func (m *PessimisticLockRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1719,7 +1719,7 @@ func (m *PessimisticLockResponse) Reset() { *m = PessimisticLockResponse func (m *PessimisticLockResponse) String() string { return proto.CompactTextString(m) } func (*PessimisticLockResponse) ProtoMessage() {} func (*PessimisticLockResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{21} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{21} } func (m *PessimisticLockResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1776,7 +1776,7 @@ func (m *PessimisticRollbackRequest) Reset() { *m = PessimisticRollbackR func (m *PessimisticRollbackRequest) String() string { return proto.CompactTextString(m) } func (*PessimisticRollbackRequest) ProtoMessage() {} func (*PessimisticRollbackRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{22} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{22} } func (m *PessimisticRollbackRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1845,7 +1845,7 @@ func (m *PessimisticRollbackResponse) Reset() { *m = PessimisticRollback func (m *PessimisticRollbackResponse) String() string { return proto.CompactTextString(m) } func (*PessimisticRollbackResponse) ProtoMessage() {} func (*PessimisticRollbackResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{23} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{23} } func (m *PessimisticRollbackResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1902,7 +1902,7 @@ func (m *CommitRequest) Reset() { *m = CommitRequest{} } func (m *CommitRequest) String() string { return proto.CompactTextString(m) } func (*CommitRequest) ProtoMessage() {} func (*CommitRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{24} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{24} } func (m *CommitRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1972,7 +1972,7 @@ func (m *CommitResponse) Reset() { *m = CommitResponse{} } func (m *CommitResponse) String() string { return proto.CompactTextString(m) } func (*CommitResponse) ProtoMessage() {} func (*CommitResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{25} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{25} } func (m *CommitResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2034,7 +2034,7 @@ func (m *ImportRequest) Reset() { *m = ImportRequest{} } func (m *ImportRequest) String() string { return proto.CompactTextString(m) } func (*ImportRequest) ProtoMessage() {} func (*ImportRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{26} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{26} } func (m *ImportRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2089,7 +2089,7 @@ func (m *ImportResponse) Reset() { *m = ImportResponse{} } func (m *ImportResponse) String() string { return proto.CompactTextString(m) } func (*ImportResponse) ProtoMessage() {} func (*ImportResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{27} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{27} } func (m *ImportResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2145,7 +2145,7 @@ func (m *BatchRollbackRequest) Reset() { *m = BatchRollbackRequest{} } func (m *BatchRollbackRequest) String() string { return proto.CompactTextString(m) } func (*BatchRollbackRequest) ProtoMessage() {} func (*BatchRollbackRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{28} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{28} } func (m *BatchRollbackRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2207,7 +2207,7 @@ func (m *BatchRollbackResponse) Reset() { *m = BatchRollbackResponse{} } func (m *BatchRollbackResponse) String() string { return proto.CompactTextString(m) } func (*BatchRollbackResponse) ProtoMessage() {} func (*BatchRollbackResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{29} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{29} } func (m *BatchRollbackResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2271,7 +2271,7 @@ func (m *CheckTxnStatusRequest) Reset() { *m = CheckTxnStatusRequest{} } func (m *CheckTxnStatusRequest) String() string { return proto.CompactTextString(m) } func (*CheckTxnStatusRequest) ProtoMessage() {} func (*CheckTxnStatusRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{30} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{30} } func (m *CheckTxnStatusRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2353,7 +2353,7 @@ func (m *CheckTxnStatusResponse) Reset() { *m = CheckTxnStatusResponse{} func (m *CheckTxnStatusResponse) String() string { return proto.CompactTextString(m) } func (*CheckTxnStatusResponse) ProtoMessage() {} func (*CheckTxnStatusResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{31} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{31} } func (m *CheckTxnStatusResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2424,7 +2424,7 @@ func (m *CleanupRequest) Reset() { *m = CleanupRequest{} } func (m *CleanupRequest) String() string { return proto.CompactTextString(m) } func (*CleanupRequest) ProtoMessage() {} func (*CleanupRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{32} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{32} } func (m *CleanupRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2494,7 +2494,7 @@ func (m *CleanupResponse) Reset() { *m = CleanupResponse{} } func (m *CleanupResponse) String() string { return proto.CompactTextString(m) } func (*CleanupResponse) ProtoMessage() {} func (*CleanupResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{33} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{33} } func (m *CleanupResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2557,7 +2557,7 @@ func (m *BatchGetRequest) Reset() { *m = BatchGetRequest{} } func (m *BatchGetRequest) String() string { return proto.CompactTextString(m) } func (*BatchGetRequest) ProtoMessage() {} func (*BatchGetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{34} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{34} } func (m *BatchGetRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2619,7 +2619,7 @@ func (m *BatchGetResponse) Reset() { *m = BatchGetResponse{} } func (m *BatchGetResponse) String() string { return proto.CompactTextString(m) } func (*BatchGetResponse) ProtoMessage() {} func (*BatchGetResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{35} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{35} } func (m *BatchGetResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2676,7 +2676,7 @@ func (m *ScanLockRequest) Reset() { *m = ScanLockRequest{} } func (m *ScanLockRequest) String() string { return proto.CompactTextString(m) } func (*ScanLockRequest) ProtoMessage() {} func (*ScanLockRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{36} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{36} } func (m *ScanLockRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2746,7 +2746,7 @@ func (m *ScanLockResponse) Reset() { *m = ScanLockResponse{} } func (m *ScanLockResponse) String() string { return proto.CompactTextString(m) } func (*ScanLockResponse) ProtoMessage() {} func (*ScanLockResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{37} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{37} } func (m *ScanLockResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2808,7 +2808,7 @@ func (m *TxnInfo) Reset() { *m = TxnInfo{} } func (m *TxnInfo) String() string { return proto.CompactTextString(m) } func (*TxnInfo) ProtoMessage() {} func (*TxnInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{38} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{38} } func (m *TxnInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2868,7 +2868,7 @@ func (m *ResolveLockRequest) Reset() { *m = ResolveLockRequest{} } func (m *ResolveLockRequest) String() string { return proto.CompactTextString(m) } func (*ResolveLockRequest) ProtoMessage() {} func (*ResolveLockRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{39} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{39} } func (m *ResolveLockRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2944,7 +2944,7 @@ func (m *ResolveLockResponse) Reset() { *m = ResolveLockResponse{} } func (m *ResolveLockResponse) String() string { return proto.CompactTextString(m) } func (*ResolveLockResponse) ProtoMessage() {} func (*ResolveLockResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{40} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{40} } func (m *ResolveLockResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2999,7 +2999,7 @@ func (m *GCRequest) Reset() { *m = GCRequest{} } func (m *GCRequest) String() string { return proto.CompactTextString(m) } func (*GCRequest) ProtoMessage() {} func (*GCRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{41} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{41} } func (m *GCRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3054,7 +3054,7 @@ func (m *GCResponse) Reset() { *m = GCResponse{} } func (m *GCResponse) String() string { return proto.CompactTextString(m) } func (*GCResponse) ProtoMessage() {} func (*GCResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{42} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{42} } func (m *GCResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3110,7 +3110,7 @@ func (m *RawGetRequest) Reset() { *m = RawGetRequest{} } func (m *RawGetRequest) String() string { return proto.CompactTextString(m) } func (*RawGetRequest) ProtoMessage() {} func (*RawGetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{43} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{43} } func (m *RawGetRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3174,7 +3174,7 @@ func (m *RawGetResponse) Reset() { *m = RawGetResponse{} } func (m *RawGetResponse) String() string { return proto.CompactTextString(m) } func (*RawGetResponse) ProtoMessage() {} func (*RawGetResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{44} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{44} } func (m *RawGetResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3245,7 +3245,7 @@ func (m *RawPutRequest) Reset() { *m = RawPutRequest{} } func (m *RawPutRequest) String() string { return proto.CompactTextString(m) } func (*RawPutRequest) ProtoMessage() {} func (*RawPutRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{45} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{45} } func (m *RawPutRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3314,7 +3314,7 @@ func (m *RawPutResponse) Reset() { *m = RawPutResponse{} } func (m *RawPutResponse) String() string { return proto.CompactTextString(m) } func (*RawPutResponse) ProtoMessage() {} func (*RawPutResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{46} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{46} } func (m *RawPutResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3370,7 +3370,7 @@ func (m *RawBatchPutRequest) Reset() { *m = RawBatchPutRequest{} } func (m *RawBatchPutRequest) String() string { return proto.CompactTextString(m) } func (*RawBatchPutRequest) ProtoMessage() {} func (*RawBatchPutRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{47} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{47} } func (m *RawBatchPutRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3432,7 +3432,7 @@ func (m *RawBatchPutResponse) Reset() { *m = RawBatchPutResponse{} } func (m *RawBatchPutResponse) String() string { return proto.CompactTextString(m) } func (*RawBatchPutResponse) ProtoMessage() {} func (*RawBatchPutResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{48} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{48} } func (m *RawBatchPutResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3488,7 +3488,7 @@ func (m *RawBatchGetRequest) Reset() { *m = RawBatchGetRequest{} } func (m *RawBatchGetRequest) String() string { return proto.CompactTextString(m) } func (*RawBatchGetRequest) ProtoMessage() {} func (*RawBatchGetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{49} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{49} } func (m *RawBatchGetRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3550,7 +3550,7 @@ func (m *RawBatchGetResponse) Reset() { *m = RawBatchGetResponse{} } func (m *RawBatchGetResponse) String() string { return proto.CompactTextString(m) } func (*RawBatchGetResponse) ProtoMessage() {} func (*RawBatchGetResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{50} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{50} } func (m *RawBatchGetResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3606,7 +3606,7 @@ func (m *RawDeleteRequest) Reset() { *m = RawDeleteRequest{} } func (m *RawDeleteRequest) String() string { return proto.CompactTextString(m) } func (*RawDeleteRequest) ProtoMessage() {} func (*RawDeleteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{51} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{51} } func (m *RawDeleteRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3668,7 +3668,7 @@ func (m *RawDeleteResponse) Reset() { *m = RawDeleteResponse{} } func (m *RawDeleteResponse) String() string { return proto.CompactTextString(m) } func (*RawDeleteResponse) ProtoMessage() {} func (*RawDeleteResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{52} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{52} } func (m *RawDeleteResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3724,7 +3724,7 @@ func (m *RawBatchDeleteRequest) Reset() { *m = RawBatchDeleteRequest{} } func (m *RawBatchDeleteRequest) String() string { return proto.CompactTextString(m) } func (*RawBatchDeleteRequest) ProtoMessage() {} func (*RawBatchDeleteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{53} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{53} } func (m *RawBatchDeleteRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3786,7 +3786,7 @@ func (m *RawBatchDeleteResponse) Reset() { *m = RawBatchDeleteResponse{} func (m *RawBatchDeleteResponse) String() string { return proto.CompactTextString(m) } func (*RawBatchDeleteResponse) ProtoMessage() {} func (*RawBatchDeleteResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{54} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{54} } func (m *RawBatchDeleteResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3843,7 +3843,7 @@ func (m *DeleteRangeRequest) Reset() { *m = DeleteRangeRequest{} } func (m *DeleteRangeRequest) String() string { return proto.CompactTextString(m) } func (*DeleteRangeRequest) ProtoMessage() {} func (*DeleteRangeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{55} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{55} } func (m *DeleteRangeRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3912,7 +3912,7 @@ func (m *DeleteRangeResponse) Reset() { *m = DeleteRangeResponse{} } func (m *DeleteRangeResponse) String() string { return proto.CompactTextString(m) } func (*DeleteRangeResponse) ProtoMessage() {} func (*DeleteRangeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{56} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{56} } func (m *DeleteRangeResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3969,7 +3969,7 @@ func (m *RawDeleteRangeRequest) Reset() { *m = RawDeleteRangeRequest{} } func (m *RawDeleteRangeRequest) String() string { return proto.CompactTextString(m) } func (*RawDeleteRangeRequest) ProtoMessage() {} func (*RawDeleteRangeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{57} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{57} } func (m *RawDeleteRangeRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4038,7 +4038,7 @@ func (m *RawDeleteRangeResponse) Reset() { *m = RawDeleteRangeResponse{} func (m *RawDeleteRangeResponse) String() string { return proto.CompactTextString(m) } func (*RawDeleteRangeResponse) ProtoMessage() {} func (*RawDeleteRangeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{58} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{58} } func (m *RawDeleteRangeResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4100,7 +4100,7 @@ func (m *RawScanRequest) Reset() { *m = RawScanRequest{} } func (m *RawScanRequest) String() string { return proto.CompactTextString(m) } func (*RawScanRequest) ProtoMessage() {} func (*RawScanRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{59} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{59} } func (m *RawScanRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4190,7 +4190,7 @@ func (m *RawScanResponse) Reset() { *m = RawScanResponse{} } func (m *RawScanResponse) String() string { return proto.CompactTextString(m) } func (*RawScanResponse) ProtoMessage() {} func (*RawScanResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{60} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{60} } func (m *RawScanResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4245,7 +4245,7 @@ func (m *KeyRange) Reset() { *m = KeyRange{} } func (m *KeyRange) String() string { return proto.CompactTextString(m) } func (*KeyRange) ProtoMessage() {} func (*KeyRange) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{61} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{61} } func (m *KeyRange) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4304,7 +4304,7 @@ func (m *RawBatchScanRequest) Reset() { *m = RawBatchScanRequest{} } func (m *RawBatchScanRequest) String() string { return proto.CompactTextString(m) } func (*RawBatchScanRequest) ProtoMessage() {} func (*RawBatchScanRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{62} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{62} } func (m *RawBatchScanRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4387,7 +4387,7 @@ func (m *RawBatchScanResponse) Reset() { *m = RawBatchScanResponse{} } func (m *RawBatchScanResponse) String() string { return proto.CompactTextString(m) } func (*RawBatchScanResponse) ProtoMessage() {} func (*RawBatchScanResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{63} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{63} } func (m *RawBatchScanResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4444,7 +4444,7 @@ func (m *MvccWrite) Reset() { *m = MvccWrite{} } func (m *MvccWrite) String() string { return proto.CompactTextString(m) } func (*MvccWrite) ProtoMessage() {} func (*MvccWrite) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{64} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{64} } func (m *MvccWrite) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4513,7 +4513,7 @@ func (m *MvccValue) Reset() { *m = MvccValue{} } func (m *MvccValue) String() string { return proto.CompactTextString(m) } func (*MvccValue) ProtoMessage() {} func (*MvccValue) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{65} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{65} } func (m *MvccValue) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4570,7 +4570,7 @@ func (m *MvccLock) Reset() { *m = MvccLock{} } func (m *MvccLock) String() string { return proto.CompactTextString(m) } func (*MvccLock) ProtoMessage() {} func (*MvccLock) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{66} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{66} } func (m *MvccLock) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4640,7 +4640,7 @@ func (m *MvccInfo) Reset() { *m = MvccInfo{} } func (m *MvccInfo) String() string { return proto.CompactTextString(m) } func (*MvccInfo) ProtoMessage() {} func (*MvccInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{67} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{67} } func (m *MvccInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4702,7 +4702,7 @@ func (m *MvccGetByKeyRequest) Reset() { *m = MvccGetByKeyRequest{} } func (m *MvccGetByKeyRequest) String() string { return proto.CompactTextString(m) } func (*MvccGetByKeyRequest) ProtoMessage() {} func (*MvccGetByKeyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{68} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{68} } func (m *MvccGetByKeyRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4758,7 +4758,7 @@ func (m *MvccGetByKeyResponse) Reset() { *m = MvccGetByKeyResponse{} } func (m *MvccGetByKeyResponse) String() string { return proto.CompactTextString(m) } func (*MvccGetByKeyResponse) ProtoMessage() {} func (*MvccGetByKeyResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{69} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{69} } func (m *MvccGetByKeyResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4820,7 +4820,7 @@ func (m *MvccGetByStartTsRequest) Reset() { *m = MvccGetByStartTsRequest func (m *MvccGetByStartTsRequest) String() string { return proto.CompactTextString(m) } func (*MvccGetByStartTsRequest) ProtoMessage() {} func (*MvccGetByStartTsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{70} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{70} } func (m *MvccGetByStartTsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4877,7 +4877,7 @@ func (m *MvccGetByStartTsResponse) Reset() { *m = MvccGetByStartTsRespon func (m *MvccGetByStartTsResponse) String() string { return proto.CompactTextString(m) } func (*MvccGetByStartTsResponse) ProtoMessage() {} func (*MvccGetByStartTsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{71} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{71} } func (m *MvccGetByStartTsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4947,7 +4947,7 @@ func (m *SplitRegionRequest) Reset() { *m = SplitRegionRequest{} } func (m *SplitRegionRequest) String() string { return proto.CompactTextString(m) } func (*SplitRegionRequest) ProtoMessage() {} func (*SplitRegionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{72} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{72} } func (m *SplitRegionRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5012,7 +5012,7 @@ func (m *SplitRegionResponse) Reset() { *m = SplitRegionResponse{} } func (m *SplitRegionResponse) String() string { return proto.CompactTextString(m) } func (*SplitRegionResponse) ProtoMessage() {} func (*SplitRegionResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{73} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{73} } func (m *SplitRegionResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5084,7 +5084,7 @@ func (m *UnsafeDestroyRangeRequest) Reset() { *m = UnsafeDestroyRangeReq func (m *UnsafeDestroyRangeRequest) String() string { return proto.CompactTextString(m) } func (*UnsafeDestroyRangeRequest) ProtoMessage() {} func (*UnsafeDestroyRangeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{74} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{74} } func (m *UnsafeDestroyRangeRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5146,7 +5146,7 @@ func (m *UnsafeDestroyRangeResponse) Reset() { *m = UnsafeDestroyRangeRe func (m *UnsafeDestroyRangeResponse) String() string { return proto.CompactTextString(m) } func (*UnsafeDestroyRangeResponse) ProtoMessage() {} func (*UnsafeDestroyRangeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{75} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{75} } func (m *UnsafeDestroyRangeResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5200,7 +5200,7 @@ func (m *ReadIndexRequest) Reset() { *m = ReadIndexRequest{} } func (m *ReadIndexRequest) String() string { return proto.CompactTextString(m) } func (*ReadIndexRequest) ProtoMessage() {} func (*ReadIndexRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{76} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{76} } func (m *ReadIndexRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5248,7 +5248,7 @@ func (m *ReadIndexResponse) Reset() { *m = ReadIndexResponse{} } func (m *ReadIndexResponse) String() string { return proto.CompactTextString(m) } func (*ReadIndexResponse) ProtoMessage() {} func (*ReadIndexResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_07f0bf6f209f73bc, []int{77} + return fileDescriptor_kvrpcpb_f2a9ed65272f7883, []int{77} } func (m *ReadIndexResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -10949,7 +10949,7 @@ func (m *LockInfo) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - m.LockType |= (uint32(b) & 0x7F) << shift + m.LockType |= (Op(b) & 0x7F) << shift if b < 0x80 { break } @@ -22122,179 +22122,179 @@ var ( ErrIntOverflowKvrpcpb = fmt.Errorf("proto: integer overflow") ) -func init() { proto.RegisterFile("kvrpcpb.proto", fileDescriptor_kvrpcpb_07f0bf6f209f73bc) } +func init() { proto.RegisterFile("kvrpcpb.proto", fileDescriptor_kvrpcpb_f2a9ed65272f7883) } -var fileDescriptor_kvrpcpb_07f0bf6f209f73bc = []byte{ - // 2731 bytes of a gzipped FileDescriptorProto +var fileDescriptor_kvrpcpb_f2a9ed65272f7883 = []byte{ + // 2732 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x3a, 0xcd, 0x8f, 0x1c, 0x47, - 0xf5, 0xee, 0x9e, 0xaf, 0x9e, 0x37, 0x1f, 0x3b, 0xae, 0x5d, 0xdb, 0x13, 0xfb, 0x67, 0x7b, 0xd3, - 0x3f, 0xec, 0x6c, 0x16, 0xb2, 0x81, 0x4d, 0xc4, 0x01, 0xa1, 0x28, 0x78, 0xed, 0xc4, 0x1b, 0xdb, - 0xf1, 0xaa, 0x76, 0x62, 0x14, 0x09, 0x98, 0x94, 0x7b, 0x6a, 0x67, 0x9a, 0xed, 0xe9, 0xee, 0x74, - 0xd5, 0xec, 0xce, 0x24, 0x42, 0x02, 0x21, 0x10, 0x91, 0xe0, 0xc0, 0x87, 0x94, 0x1c, 0x72, 0x8d, - 0x04, 0x47, 0x0e, 0xf0, 0x0f, 0x90, 0x03, 0x17, 0x44, 0x0e, 0x1c, 0x38, 0xa2, 0x70, 0xe0, 0xdf, - 0x40, 0x55, 0xd5, 0xd5, 0x1f, 0x33, 0xe3, 0x64, 0x35, 0xcc, 0x6e, 0x10, 0xa7, 0x99, 0x7a, 0xef, - 0x75, 0xbd, 0xef, 0x57, 0xaf, 0x3e, 0xa0, 0x71, 0x78, 0x14, 0x85, 0x4e, 0xf8, 0x78, 0x2b, 0x8c, - 0x02, 0x1e, 0xa0, 0x4a, 0x3c, 0xbc, 0x5c, 0x1f, 0x52, 0x4e, 0x34, 0xf8, 0x72, 0x83, 0x46, 0x51, - 0x10, 0x25, 0xc3, 0xb5, 0x7e, 0xd0, 0x0f, 0xe4, 0xdf, 0xe7, 0xc5, 0xbf, 0x18, 0xba, 0x12, 0x8d, - 0x18, 0x97, 0x7f, 0x15, 0xc0, 0xfe, 0x83, 0x01, 0xd6, 0xfd, 0xc0, 0x39, 0xdc, 0xf5, 0x0f, 0x02, - 0xf4, 0x34, 0xd4, 0xc3, 0xc8, 0x1d, 0x92, 0x68, 0xd2, 0xf5, 0x02, 0xe7, 0xb0, 0x6d, 0xac, 0x1b, - 0x1b, 0x75, 0x5c, 0x8b, 0x61, 0x82, 0x4c, 0x90, 0x08, 0x54, 0xf7, 0x88, 0x46, 0xcc, 0x0d, 0xfc, - 0xb6, 0xb9, 0x6e, 0x6c, 0x14, 0x71, 0x4d, 0xc0, 0x1e, 0x29, 0x10, 0x6a, 0x41, 0xe1, 0x90, 0x4e, - 0xda, 0x05, 0xf9, 0xb1, 0xf8, 0x8b, 0x9e, 0x02, 0x4b, 0x7e, 0xc4, 0xb9, 0xd7, 0x2e, 0xca, 0x0f, - 0x2a, 0x62, 0xdc, 0xe1, 0x9e, 0x40, 0xf1, 0xb1, 0xdf, 0x65, 0xee, 0x3b, 0xb4, 0x5d, 0x52, 0x28, - 0x3e, 0xf6, 0xf7, 0xdd, 0x77, 0x28, 0xba, 0x02, 0x55, 0xf5, 0xd5, 0x24, 0xa4, 0xed, 0xf2, 0xba, - 0xb1, 0xd1, 0xc0, 0x72, 0x9a, 0xce, 0x24, 0xa4, 0xf6, 0x3a, 0xd4, 0xbf, 0xe5, 0x45, 0x94, 0xf4, - 0x26, 0x77, 0xc6, 0x2e, 0xe3, 0x9a, 0xa9, 0x91, 0x30, 0xb5, 0x7f, 0x66, 0x82, 0x75, 0x8f, 0x4e, - 0xee, 0x08, 0xab, 0xa0, 0x67, 0xa1, 0x2c, 0x3e, 0xa5, 0x3d, 0x49, 0x51, 0xdb, 0x3e, 0xbf, 0xa5, - 0x6d, 0xaa, 0x95, 0xc7, 0x31, 0x01, 0xfa, 0x3f, 0xa8, 0x46, 0x94, 0x47, 0x13, 0xf2, 0xd8, 0xa3, - 0x52, 0xbd, 0x2a, 0x4e, 0x01, 0x68, 0x0d, 0x4a, 0xe4, 0x71, 0x10, 0x71, 0xa9, 0x5e, 0x15, 0xab, - 0x01, 0xda, 0x06, 0xcb, 0x09, 0xfc, 0x03, 0xcf, 0x75, 0xb8, 0x54, 0xb0, 0xb6, 0x7d, 0x31, 0x61, - 0xf0, 0xed, 0xc8, 0xe5, 0x74, 0x27, 0xc6, 0xe2, 0x84, 0x0e, 0x7d, 0x03, 0x1a, 0x44, 0x69, 0xd0, - 0xa5, 0x42, 0x05, 0xa9, 0x7e, 0x6d, 0xfb, 0x42, 0xf2, 0x61, 0x56, 0x3f, 0x5c, 0x27, 0x59, 0x6d, - 0x9f, 0x03, 0xab, 0x47, 0x49, 0x4f, 0x3a, 0xa9, 0x3c, 0xa5, 0xd0, 0xed, 0x18, 0x81, 0x13, 0x12, - 0xfb, 0x23, 0x03, 0x1a, 0x39, 0x31, 0x84, 0xd9, 0x19, 0x27, 0x11, 0xef, 0x72, 0x26, 0x2d, 0x52, - 0xc4, 0x15, 0x39, 0xee, 0x30, 0x74, 0x1d, 0x6a, 0x5a, 0x46, 0x81, 0x55, 0x0e, 0x06, 0x0d, 0xea, - 0xb0, 0x39, 0xfe, 0x6d, 0x43, 0x25, 0x8e, 0x11, 0xa9, 0x7d, 0x1d, 0xeb, 0x21, 0xfa, 0x0a, 0xa0, - 0x64, 0x32, 0x27, 0x18, 0x0e, 0x5d, 0x39, 0xa7, 0x72, 0x74, 0x4b, 0x63, 0x76, 0x24, 0xa2, 0xc3, - 0xec, 0xef, 0x83, 0xa5, 0xa5, 0x47, 0x97, 0xa0, 0xa2, 0xbc, 0xaf, 0x05, 0x94, 0xfe, 0xe9, 0xb0, - 0x24, 0x98, 0x84, 0x0c, 0xa6, 0xe2, 0x26, 0xc6, 0xf7, 0xe8, 0x04, 0x6d, 0xc2, 0x79, 0xad, 0xb3, - 0x40, 0x77, 0x07, 0x84, 0x0d, 0xa4, 0x9c, 0x45, 0xbc, 0xa2, 0x11, 0xf7, 0xe8, 0xe4, 0x2e, 0x61, - 0x03, 0xfb, 0x5f, 0x05, 0xa8, 0xec, 0x04, 0x3e, 0xa7, 0x63, 0x2e, 0x22, 0x2d, 0xa2, 0x7d, 0x37, - 0xf0, 0xbb, 0x6e, 0x2f, 0xe6, 0x66, 0x29, 0xc0, 0x6e, 0x0f, 0x7d, 0x1d, 0xea, 0x31, 0x92, 0x86, - 0x81, 0x33, 0x90, 0x3c, 0x6b, 0xdb, 0xab, 0x5b, 0x71, 0xf2, 0x61, 0x89, 0xbb, 0x23, 0x50, 0xb8, - 0x16, 0xa5, 0x03, 0xb4, 0x0e, 0xc5, 0x90, 0xd2, 0x48, 0xf2, 0xaf, 0x6d, 0xd7, 0x35, 0xfd, 0x1e, - 0xa5, 0x11, 0x96, 0x18, 0x84, 0xa0, 0xc8, 0x69, 0x34, 0x8c, 0xcd, 0x21, 0xff, 0xa3, 0xe7, 0xc1, - 0x0a, 0x23, 0x37, 0x88, 0x5c, 0x3e, 0x91, 0x9e, 0x6d, 0x6e, 0xaf, 0x26, 0x9e, 0x15, 0x76, 0x22, - 0x7e, 0x6f, 0x2f, 0x72, 0x71, 0x42, 0x84, 0x5e, 0x86, 0x15, 0x97, 0x05, 0x1e, 0xe1, 0x42, 0x42, - 0x8f, 0x1e, 0x51, 0xaf, 0x5d, 0x91, 0xdf, 0x5d, 0x4a, 0xbe, 0xdb, 0xd5, 0xf8, 0xfb, 0x02, 0x8d, - 0x9b, 0x6e, 0x6e, 0x8c, 0xbe, 0x04, 0x4d, 0x3f, 0xe0, 0xdd, 0x03, 0xd7, 0xf3, 0xba, 0x0e, 0x71, - 0x06, 0xb4, 0x6d, 0xad, 0x1b, 0x1b, 0x16, 0xae, 0xfb, 0x01, 0x7f, 0xc5, 0xf5, 0xbc, 0x1d, 0x01, - 0x93, 0x11, 0x33, 0xf1, 0x9d, 0xae, 0x17, 0xf4, 0xdb, 0x55, 0x89, 0xaf, 0x88, 0xf1, 0xfd, 0xa0, - 0x2f, 0x22, 0x66, 0x40, 0xfc, 0x9e, 0x47, 0xbb, 0xdc, 0x1d, 0xd2, 0x36, 0x48, 0x2c, 0x28, 0x50, - 0xc7, 0x1d, 0x52, 0x41, 0xc0, 0x1c, 0xe2, 0x77, 0x7b, 0x94, 0x13, 0xd7, 0x6b, 0xd7, 0x14, 0x81, - 0x00, 0xdd, 0x96, 0x10, 0x51, 0x55, 0x22, 0x1a, 0x7a, 0xae, 0x43, 0xba, 0x22, 0xca, 0xdb, 0x75, - 0x49, 0x51, 0x8b, 0x61, 0x98, 0x92, 0x1e, 0xba, 0x01, 0xcd, 0x88, 0xb2, 0xc0, 0x3b, 0xa2, 0x3d, - 0x59, 0x9c, 0x58, 0xbb, 0xb1, 0x5e, 0xd8, 0x28, 0xe2, 0x86, 0x86, 0x8a, 0x44, 0x66, 0xaf, 0x15, - 0xad, 0x62, 0xab, 0x24, 0xbe, 0x24, 0xbd, 0xee, 0xdb, 0xa3, 0x20, 0x1a, 0x0d, 0xed, 0xdb, 0x00, - 0x77, 0x53, 0x59, 0x2e, 0x41, 0xe5, 0x98, 0xb8, 0xbc, 0x3b, 0x54, 0x71, 0x55, 0xc0, 0x65, 0x31, - 0x7c, 0xc0, 0xd0, 0x55, 0x80, 0x30, 0x0a, 0x1c, 0xca, 0x98, 0xc0, 0x99, 0x12, 0x57, 0x8d, 0x21, - 0x0f, 0x98, 0xfd, 0x12, 0x58, 0xfb, 0x0e, 0xf1, 0x65, 0x9d, 0x5c, 0x83, 0x12, 0x0f, 0x38, 0xf1, - 0xe2, 0x19, 0xd4, 0x40, 0x14, 0x8e, 0x98, 0x9c, 0xf6, 0xa6, 0xbe, 0xa7, 0x3d, 0xfb, 0xc7, 0x06, - 0xc0, 0x7e, 0xaa, 0xf1, 0x33, 0x50, 0x3a, 0x16, 0x19, 0x39, 0x53, 0x8f, 0x34, 0x13, 0xac, 0xf0, - 0xe8, 0x06, 0x14, 0x65, 0x9a, 0x9b, 0x4f, 0xa2, 0x93, 0x68, 0x41, 0xd6, 0x23, 0x9c, 0xc4, 0xd1, - 0x36, 0x8f, 0x4c, 0xa0, 0xed, 0x09, 0xd4, 0xee, 0x8c, 0xa9, 0xa3, 0x84, 0x60, 0xe8, 0xc5, 0xbc, - 0xe7, 0x8c, 0x38, 0xb4, 0xf5, 0xc7, 0xa9, 0xd9, 0x72, 0xee, 0x7c, 0x31, 0xef, 0x4e, 0x73, 0xea, - 0xab, 0x54, 0xcb, 0xac, 0x8f, 0xed, 0x1e, 0xc0, 0xab, 0x94, 0x63, 0xfa, 0xf6, 0x88, 0x32, 0x8e, - 0x36, 0xa1, 0xe2, 0xa8, 0xec, 0x8b, 0xb9, 0xb6, 0x32, 0x61, 0x2e, 0xe1, 0x58, 0x13, 0xe8, 0x82, - 0x63, 0xe6, 0x0a, 0x8e, 0x5e, 0x80, 0x54, 0x7a, 0xeb, 0xa1, 0xfd, 0xa1, 0x01, 0x35, 0xc9, 0x86, - 0x85, 0x81, 0xcf, 0x28, 0xfa, 0x5a, 0x9a, 0xbd, 0x62, 0x21, 0x88, 0x99, 0x35, 0xb7, 0xf4, 0x62, - 0x29, 0x97, 0x87, 0x24, 0x71, 0xe5, 0x5a, 0xf1, 0x0c, 0x94, 0x14, 0xed, 0xb4, 0xc9, 0xf5, 0x6a, - 0x82, 0x15, 0x5e, 0x84, 0xc1, 0x11, 0xf1, 0x46, 0x34, 0x2e, 0x85, 0x6a, 0x20, 0x8a, 0x89, 0x4c, - 0xa7, 0x60, 0xe4, 0xf7, 0x64, 0x39, 0xb4, 0xb0, 0x25, 0x32, 0x49, 0x8c, 0xed, 0xbf, 0x19, 0x50, - 0x13, 0xf6, 0x59, 0xc4, 0x0c, 0x57, 0xa0, 0xaa, 0x6a, 0x76, 0x6a, 0x0c, 0x55, 0xc4, 0x45, 0xe9, - 0x5b, 0x83, 0x92, 0xe7, 0x0e, 0x5d, 0xb5, 0x2e, 0x35, 0xb0, 0x1a, 0x64, 0xed, 0x54, 0xcc, 0xd9, - 0x49, 0xa4, 0xb3, 0xa8, 0x90, 0x81, 0xef, 0x4d, 0x64, 0xfd, 0xb1, 0x70, 0xe5, 0x90, 0x4e, 0x1e, - 0xfa, 0x9e, 0x34, 0x6e, 0x44, 0x05, 0x9d, 0x5a, 0x75, 0x2d, 0xac, 0x87, 0x22, 0x77, 0xa8, 0xdf, - 0x93, 0xfc, 0x2b, 0x92, 0x7f, 0x99, 0xfa, 0xbd, 0x7b, 0x74, 0x62, 0xbf, 0x09, 0xe5, 0x7b, 0x47, - 0x7b, 0xc4, 0xcd, 0x18, 0xcf, 0xf8, 0x1c, 0xe3, 0xcd, 0x3a, 0x75, 0xae, 0x39, 0xed, 0x01, 0xd4, - 0x95, 0xc1, 0x16, 0x77, 0xe8, 0x0d, 0x28, 0x85, 0xc4, 0x8d, 0x44, 0x52, 0x17, 0x36, 0x6a, 0xdb, - 0x2b, 0xa9, 0x4c, 0x52, 0x66, 0xac, 0xb0, 0xf6, 0x8f, 0x0c, 0xb0, 0x1e, 0x8c, 0xb8, 0xac, 0x8c, - 0xe8, 0x0a, 0x98, 0x41, 0x28, 0x27, 0x6f, 0x6e, 0xd7, 0x92, 0x0f, 0x1e, 0x86, 0xd8, 0x0c, 0xc2, - 0x93, 0xca, 0x8e, 0xbe, 0x0a, 0x55, 0xc2, 0x18, 0x8d, 0xb8, 0x76, 0x40, 0x73, 0x1b, 0xa5, 0xcb, - 0xbb, 0xc6, 0xe0, 0x94, 0xc8, 0xfe, 0xa0, 0x00, 0x2b, 0x7b, 0x11, 0x95, 0xa9, 0xbf, 0x48, 0x8c, - 0x3c, 0x0f, 0xd5, 0x61, 0xac, 0x82, 0x56, 0x37, 0x75, 0x81, 0x56, 0x0e, 0xa7, 0x34, 0x33, 0x2d, - 0x5f, 0x61, 0xb6, 0xe5, 0xfb, 0x7f, 0x68, 0xa8, 0xb8, 0xcb, 0x87, 0x52, 0x5d, 0x02, 0x1f, 0xa5, - 0xf1, 0x94, 0xb4, 0x78, 0xa5, 0x7c, 0x8b, 0xb7, 0x0d, 0x17, 0xd8, 0xa1, 0x1b, 0x76, 0x9d, 0xc0, - 0x67, 0x3c, 0x22, 0xae, 0xcf, 0xbb, 0xce, 0x80, 0xc6, 0x9d, 0x8b, 0x85, 0x57, 0x05, 0x72, 0x27, - 0xc1, 0xed, 0x08, 0x14, 0xda, 0x82, 0x55, 0x97, 0x75, 0x43, 0xca, 0x98, 0x3b, 0x74, 0x19, 0x77, - 0x1d, 0x25, 0x5d, 0x65, 0xbd, 0xb0, 0x61, 0xe1, 0xf3, 0x2e, 0xdb, 0x4b, 0x31, 0x52, 0xc6, 0x6c, - 0x1b, 0x69, 0xe5, 0xdb, 0x48, 0x1b, 0x1a, 0x07, 0x41, 0xd4, 0x1d, 0x85, 0x3d, 0xc2, 0xa9, 0x68, - 0x27, 0xaa, 0xaa, 0x65, 0x3d, 0x08, 0xa2, 0x37, 0x24, 0xac, 0xc3, 0x04, 0xcd, 0xd0, 0xf5, 0x33, - 0x1d, 0x0a, 0x28, 0x9a, 0xa1, 0xeb, 0x27, 0xcd, 0x49, 0x08, 0xad, 0xd4, 0x33, 0x8b, 0x07, 0xe3, - 0xb3, 0x50, 0x96, 0xd8, 0x59, 0xf7, 0x24, 0x19, 0x12, 0x13, 0xd8, 0xbf, 0x37, 0x60, 0xb5, 0x33, - 0xf6, 0xef, 0x52, 0x12, 0xf1, 0x5b, 0x94, 0x2c, 0x54, 0x3b, 0xa7, 0xfd, 0x6b, 0x9e, 0xc0, 0xbf, - 0x85, 0x39, 0xfe, 0xbd, 0x09, 0x2b, 0xa4, 0x77, 0xe4, 0x32, 0xda, 0x9d, 0xea, 0xe4, 0x1b, 0x0a, - 0x7c, 0x5f, 0x39, 0xdb, 0xfe, 0x85, 0x01, 0x6b, 0x79, 0x99, 0xcf, 0xa0, 0x10, 0x67, 0x83, 0xaf, - 0x90, 0x0b, 0x3e, 0xfb, 0x4f, 0x26, 0x5c, 0x9c, 0x0a, 0x96, 0xff, 0x95, 0xbc, 0x9a, 0x09, 0xec, - 0xf2, 0xdc, 0xc0, 0x76, 0x59, 0xf7, 0xc0, 0x8d, 0x18, 0xd7, 0x19, 0x24, 0x3b, 0x2b, 0x97, 0xbd, - 0x22, 0x60, 0x7a, 0x4b, 0x27, 0x3b, 0x22, 0xd1, 0x02, 0x04, 0x23, 0x1e, 0xe7, 0x4f, 0x4d, 0xc0, - 0x3a, 0x0a, 0x64, 0x1f, 0xc3, 0xa5, 0x19, 0x23, 0x9e, 0x49, 0x0a, 0x7c, 0x64, 0xc0, 0xe5, 0x0c, - 0x67, 0x1c, 0x78, 0xde, 0x63, 0xb2, 0x98, 0x0b, 0x67, 0xcc, 0x6d, 0xce, 0x31, 0xf7, 0x8c, 0x4d, - 0x0b, 0xb3, 0x36, 0x45, 0x50, 0x3c, 0xa4, 0x13, 0xd6, 0x2e, 0xae, 0x17, 0x36, 0xea, 0x58, 0xfe, - 0xb7, 0xdf, 0x85, 0x2b, 0x73, 0xc5, 0x3c, 0x13, 0x23, 0xfd, 0xce, 0x80, 0x86, 0x2a, 0x53, 0xa7, - 0x66, 0x17, 0xad, 0x73, 0x21, 0xd5, 0x59, 0x74, 0xe4, 0x71, 0xc1, 0xcc, 0x07, 0x70, 0x43, 0x41, - 0xe3, 0x4f, 0x5f, 0x2b, 0x5a, 0xa5, 0x56, 0x19, 0x97, 0x1f, 0xbb, 0xbe, 0x17, 0xf4, 0xed, 0x5f, - 0x1b, 0xd0, 0xd4, 0xb2, 0x9e, 0x41, 0x65, 0x98, 0x95, 0xb1, 0x30, 0x47, 0x46, 0xbb, 0x0f, 0x8d, - 0xdd, 0x61, 0x18, 0x44, 0x89, 0x01, 0x73, 0xf9, 0x6e, 0x9c, 0x20, 0xdf, 0x67, 0x19, 0x99, 0xf3, - 0x18, 0xbd, 0x09, 0x4d, 0xcd, 0x68, 0x71, 0xed, 0xd7, 0xb2, 0xda, 0x57, 0x63, 0x55, 0xed, 0x77, - 0x61, 0xed, 0x16, 0xe1, 0xce, 0xe0, 0xd4, 0x73, 0x64, 0x4e, 0x2c, 0xd8, 0x0c, 0x2e, 0x4c, 0x31, - 0x3f, 0x7d, 0xe7, 0xda, 0x1f, 0x1b, 0x70, 0x41, 0xb6, 0x0b, 0x9d, 0xb1, 0xbf, 0xcf, 0x09, 0x1f, - 0xb1, 0x45, 0x74, 0xbe, 0x0e, 0xba, 0x2a, 0x67, 0x1a, 0x6b, 0x88, 0x41, 0xa2, 0xb5, 0xce, 0x9c, - 0x44, 0x14, 0x72, 0x27, 0x11, 0x37, 0x61, 0xc5, 0x21, 0x9e, 0x47, 0xa3, 0x6e, 0x72, 0x96, 0xa2, - 0x33, 0x40, 0x82, 0xf7, 0xe3, 0x13, 0x95, 0xab, 0x00, 0xce, 0x28, 0x8a, 0xa8, 0x9f, 0x39, 0xfc, - 0xa8, 0xc6, 0x90, 0x0e, 0xb3, 0xff, 0x68, 0xc0, 0xc5, 0x69, 0x35, 0xbe, 0xd0, 0x45, 0xf3, 0x84, - 0x99, 0x6d, 0xff, 0x4a, 0xe4, 0xb2, 0x47, 0x89, 0x3f, 0x0a, 0x97, 0xb3, 0xad, 0x3b, 0x51, 0x27, - 0x92, 0xb7, 0x66, 0x71, 0xda, 0x9a, 0xbf, 0x31, 0x60, 0x25, 0x11, 0xea, 0xbf, 0xa7, 0xc2, 0x1c, - 0xc2, 0x8a, 0x4c, 0x90, 0x05, 0xb7, 0xc0, 0x3a, 0xe7, 0xcc, 0x4c, 0xfd, 0x7d, 0xf2, 0x26, 0xd8, - 0x83, 0x56, 0xca, 0xec, 0xd4, 0xf7, 0x4d, 0xbf, 0x34, 0x60, 0x45, 0x6c, 0xd1, 0x16, 0xed, 0xad, - 0xae, 0x43, 0x6d, 0x48, 0xc6, 0x53, 0x25, 0x07, 0x86, 0x64, 0xac, 0x3d, 0x9e, 0xdb, 0xf8, 0x16, - 0x9e, 0xb4, 0xf1, 0x2d, 0x66, 0x36, 0xbe, 0xf6, 0xfb, 0x06, 0xb4, 0x52, 0x99, 0xce, 0x20, 0x0c, - 0x9e, 0x81, 0x92, 0x3a, 0x95, 0x2a, 0x4c, 0x2d, 0x16, 0xc9, 0xf9, 0xb2, 0xc2, 0xdb, 0x2f, 0x40, - 0xa5, 0x33, 0x56, 0xc7, 0x48, 0x2d, 0x28, 0xf0, 0xb1, 0x1f, 0x1f, 0x38, 0x8a, 0xbf, 0xe8, 0x22, - 0x94, 0x99, 0xac, 0x00, 0xb1, 0x15, 0xe2, 0x91, 0xfd, 0x57, 0x03, 0x10, 0x56, 0xe7, 0x5c, 0x8b, - 0x5a, 0xf9, 0x44, 0xa5, 0xfd, 0x64, 0xc1, 0x8c, 0x9e, 0x83, 0xaa, 0xd8, 0x6d, 0xb9, 0xfe, 0x41, - 0xa0, 0xda, 0xa0, 0x2c, 0xe7, 0x58, 0x3b, 0x2c, 0x36, 0x64, 0xe2, 0x4f, 0xda, 0x30, 0x95, 0x32, - 0x0b, 0xc6, 0xdb, 0xb0, 0x9a, 0x53, 0xe8, 0x0c, 0x96, 0x8b, 0x47, 0x50, 0x7d, 0x75, 0x67, 0x11, - 0xd3, 0x5d, 0x05, 0x60, 0xe4, 0x80, 0x76, 0xc3, 0xc0, 0xf5, 0x79, 0x6c, 0xb7, 0xaa, 0x80, 0xec, - 0x09, 0x80, 0x3d, 0x00, 0x10, 0xf3, 0x9e, 0x81, 0x06, 0xdf, 0x85, 0x06, 0x26, 0xc7, 0x4b, 0x3b, - 0x45, 0x6b, 0x82, 0xe9, 0x1c, 0xc4, 0x17, 0x19, 0xa6, 0x73, 0x60, 0xff, 0xdc, 0x80, 0xa6, 0x9e, - 0x7f, 0xc9, 0xdd, 0xc9, 0x22, 0x67, 0x65, 0x4c, 0x6a, 0xbb, 0x37, 0x5a, 0x92, 0xb6, 0xf3, 0x25, - 0x50, 0x36, 0x28, 0x26, 0x36, 0x78, 0x53, 0x9a, 0x40, 0x32, 0x5d, 0x76, 0x83, 0x76, 0x0c, 0x08, - 0x93, 0x63, 0x59, 0x98, 0x17, 0x54, 0xea, 0x64, 0x05, 0x79, 0xc6, 0xaf, 0xdf, 0x83, 0xd5, 0x1c, - 0xe3, 0x65, 0x2b, 0xd6, 0x4b, 0x15, 0x5b, 0xe2, 0xf2, 0x36, 0xad, 0x45, 0x90, 0x6a, 0x71, 0x36, - 0xeb, 0xda, 0x5b, 0xd0, 0xc2, 0xe4, 0xf8, 0x36, 0xf5, 0xe8, 0x62, 0x67, 0x71, 0x9f, 0x9f, 0x70, - 0xdf, 0x81, 0xf3, 0x19, 0x0e, 0xcb, 0x76, 0x4b, 0x1f, 0x2e, 0x68, 0x83, 0x2d, 0xae, 0xc4, 0x49, - 0x3c, 0x43, 0xe0, 0xe2, 0x34, 0xa3, 0x65, 0xeb, 0xf2, 0xbe, 0x01, 0x28, 0x9e, 0x9b, 0xf8, 0x7d, - 0xba, 0xf4, 0xe3, 0xf3, 0xcc, 0xc9, 0x76, 0x21, 0x7b, 0xb2, 0x2d, 0x9a, 0x13, 0x3f, 0xe0, 0xee, - 0x41, 0x7c, 0x54, 0xae, 0x6a, 0x14, 0x28, 0xd0, 0x43, 0xdf, 0x9b, 0x88, 0xe4, 0xca, 0x09, 0xb6, - 0x6c, 0xcd, 0xdf, 0x33, 0xa4, 0x1b, 0xbf, 0x10, 0xe5, 0xa7, 0x8b, 0xa3, 0x72, 0xf4, 0xa9, 0xaa, - 0xfb, 0x17, 0xb5, 0x06, 0x9d, 0xe1, 0x1d, 0x49, 0xf6, 0x26, 0xa4, 0x98, 0xbf, 0x09, 0x51, 0xfa, - 0x97, 0xb4, 0xfe, 0x8b, 0xdc, 0x8c, 0xf4, 0x61, 0x25, 0x51, 0x67, 0x71, 0x5b, 0x3d, 0x0d, 0x85, - 0xc3, 0xa3, 0x27, 0xd6, 0x2b, 0x81, 0xb3, 0x5f, 0x96, 0xaf, 0x1d, 0xa4, 0x57, 0xf2, 0x56, 0x30, - 0x9e, 0xec, 0x6d, 0x33, 0x27, 0xea, 0x27, 0x46, 0x5a, 0x61, 0x17, 0xb5, 0xff, 0xb3, 0x50, 0x8e, - 0x84, 0x08, 0x73, 0x4f, 0xad, 0x54, 0xc8, 0xc4, 0x04, 0xa2, 0xab, 0xa2, 0xc4, 0x19, 0x74, 0xb3, - 0x2e, 0xa9, 0x0a, 0xc8, 0xfd, 0xa5, 0xb9, 0xc5, 0xf6, 0x60, 0x2d, 0xaf, 0xd1, 0xa9, 0xba, 0xe0, - 0x27, 0x06, 0x54, 0x1f, 0x1c, 0x39, 0x8e, 0x7c, 0x6a, 0x81, 0xae, 0x43, 0x51, 0xbe, 0x5c, 0x99, - 0x73, 0x87, 0x24, 0x11, 0xb9, 0x37, 0x18, 0x66, 0xfe, 0x0d, 0xc6, 0x15, 0xa8, 0xa6, 0x77, 0x11, - 0xaa, 0x05, 0xb7, 0x9c, 0xf8, 0x22, 0x42, 0xde, 0xa6, 0x0f, 0x02, 0xd1, 0xc9, 0xcb, 0x76, 0x46, - 0xbd, 0xb8, 0x00, 0x09, 0x7a, 0x24, 0xaf, 0xcc, 0xbe, 0xa9, 0xc4, 0x90, 0x83, 0xcf, 0x7a, 0xe9, - 0x91, 0x74, 0x44, 0x66, 0xf6, 0xc2, 0x4d, 0x5e, 0x83, 0x1d, 0x39, 0xea, 0x5e, 0xe5, 0x3f, 0x51, - 0x22, 0xf3, 0x2a, 0xa4, 0x90, 0x7f, 0x15, 0xf2, 0xb9, 0x1a, 0xbc, 0x17, 0xcb, 0x20, 0xb7, 0x49, - 0xfa, 0x06, 0x7c, 0xfa, 0x46, 0x51, 0x0b, 0x19, 0xdf, 0x80, 0x6f, 0x42, 0x59, 0x5e, 0xce, 0x68, - 0x1f, 0xa1, 0x1c, 0xa1, 0xf4, 0x09, 0x8e, 0x29, 0x04, 0xad, 0x64, 0xad, 0xb7, 0x6b, 0x79, 0x5a, - 0x29, 0x03, 0x8e, 0x29, 0xec, 0x7d, 0x58, 0x15, 0xc0, 0x57, 0x29, 0xbf, 0x35, 0x11, 0x41, 0xbc, - 0x8c, 0x4e, 0xc0, 0xfe, 0xa9, 0x01, 0x6b, 0xf9, 0x59, 0x97, 0xdd, 0x70, 0xdf, 0x80, 0xa2, 0xd8, - 0x9f, 0xcd, 0x3c, 0x08, 0xd0, 0x66, 0xc5, 0x12, 0x6d, 0xbf, 0x05, 0x97, 0x12, 0x39, 0xe2, 0xf3, - 0xaa, 0x45, 0x34, 0x7c, 0x72, 0x18, 0xd8, 0x1f, 0x1a, 0xd0, 0x9e, 0x65, 0xb1, 0x6c, 0x75, 0x67, - 0x1f, 0x25, 0x69, 0x03, 0x14, 0x3f, 0xdb, 0x00, 0x3f, 0x34, 0x00, 0xed, 0x87, 0x9e, 0xcb, 0xd5, - 0x43, 0x9e, 0xc5, 0x0e, 0x30, 0xaa, 0x4c, 0xcc, 0x90, 0xd6, 0xd4, 0x5b, 0x66, 0xdb, 0xc0, 0x96, - 0x04, 0x8a, 0x92, 0x2b, 0x36, 0x90, 0x9a, 0x40, 0x9f, 0x9b, 0x56, 0x35, 0x96, 0xd9, 0x1f, 0x1b, - 0xb0, 0x9a, 0x13, 0x61, 0x71, 0xe3, 0xdc, 0x84, 0xa2, 0x47, 0x0f, 0x78, 0xbc, 0x93, 0x6c, 0xe6, - 0x1f, 0x29, 0x49, 0xa9, 0x24, 0x1e, 0x6d, 0x40, 0x29, 0x72, 0xfb, 0x03, 0x1e, 0x87, 0xc7, 0x3c, - 0x42, 0x45, 0x80, 0x36, 0x44, 0x71, 0xed, 0xcb, 0x73, 0x70, 0xb5, 0xd3, 0x9f, 0xa2, 0xc5, 0x1a, - 0x6d, 0xff, 0x00, 0x9e, 0x7a, 0xc3, 0x17, 0xdb, 0xe2, 0xdb, 0x94, 0xf1, 0x28, 0x98, 0x9c, 0x6d, - 0xb3, 0x62, 0x53, 0xb8, 0x3c, 0x8f, 0xfd, 0xb2, 0x1b, 0x94, 0x97, 0xa0, 0x85, 0x29, 0xe9, 0xed, - 0xfa, 0x3d, 0x3a, 0x5e, 0x40, 0x39, 0x9b, 0xc2, 0xf9, 0xcc, 0xf7, 0x8b, 0x4b, 0x77, 0x15, 0x40, - 0x3e, 0x72, 0x72, 0xc5, 0x44, 0xfa, 0x50, 0x22, 0xd2, 0x33, 0x6f, 0x7e, 0x19, 0x20, 0x7d, 0x2e, - 0x86, 0x00, 0xca, 0xaf, 0x07, 0xd1, 0x90, 0x78, 0xad, 0x73, 0xa8, 0x02, 0x85, 0xfb, 0xc1, 0x71, - 0xcb, 0x40, 0x16, 0x14, 0xef, 0xba, 0xfd, 0x41, 0xcb, 0xdc, 0x5c, 0x87, 0x66, 0xfe, 0x8d, 0x18, - 0x2a, 0x83, 0xb9, 0xbf, 0xdb, 0x3a, 0x27, 0x7e, 0xf1, 0x4e, 0xcb, 0xd8, 0x7c, 0x08, 0xe6, 0xc3, - 0x50, 0x7c, 0xba, 0x37, 0xe2, 0x6a, 0x8e, 0xdb, 0xd4, 0x53, 0x73, 0x88, 0x12, 0xdc, 0x32, 0x51, - 0x1d, 0x2c, 0x7d, 0xf8, 0xdf, 0x2a, 0x08, 0x86, 0xbb, 0x3e, 0xa3, 0x11, 0x6f, 0x15, 0xd1, 0x2a, - 0xac, 0x4c, 0x5d, 0x1e, 0xb6, 0x4a, 0x9b, 0x5b, 0x50, 0x4d, 0x1e, 0x40, 0x88, 0x59, 0x5e, 0x0f, - 0x7c, 0xda, 0x3a, 0x87, 0xaa, 0x50, 0x92, 0x2f, 0x1c, 0x5b, 0x86, 0x98, 0xf0, 0xf5, 0x80, 0xab, - 0x91, 0x79, 0xeb, 0xe6, 0xdf, 0x7f, 0x6b, 0x19, 0x7f, 0xfe, 0xf4, 0x9a, 0xf1, 0xc9, 0xa7, 0xd7, - 0x8c, 0x7f, 0x7c, 0x7a, 0xcd, 0xf8, 0xe0, 0x9f, 0xd7, 0xce, 0x41, 0x2b, 0x88, 0xfa, 0x5b, 0xdc, - 0x3d, 0x3c, 0xda, 0x3a, 0x3c, 0x92, 0xef, 0x59, 0x1f, 0x97, 0xe5, 0xcf, 0x0b, 0xff, 0x0e, 0x00, - 0x00, 0xff, 0xff, 0x13, 0xcf, 0x7e, 0xaf, 0x34, 0x2b, 0x00, 0x00, + 0xf5, 0xee, 0x9e, 0xaf, 0x9e, 0x37, 0x33, 0xbb, 0xe3, 0xda, 0xb5, 0x3d, 0xb1, 0x7f, 0xb6, 0x37, + 0xfd, 0xc3, 0xce, 0x66, 0x21, 0x1b, 0xd8, 0x44, 0x1c, 0x10, 0x8a, 0x82, 0xd7, 0x4e, 0xbc, 0xb1, + 0x1d, 0xaf, 0x6a, 0x27, 0x46, 0x91, 0x80, 0x49, 0xb9, 0xa7, 0x76, 0xa6, 0xd9, 0x9e, 0xee, 0x4e, + 0x57, 0xcd, 0xee, 0x4e, 0x22, 0x24, 0x10, 0x02, 0x11, 0x09, 0x0e, 0x7c, 0x48, 0xc9, 0x21, 0xd7, + 0x48, 0x70, 0xe4, 0xc2, 0x1f, 0x00, 0x39, 0x70, 0x41, 0xe4, 0xc0, 0x81, 0x23, 0x0a, 0x07, 0xfe, + 0x0d, 0x54, 0x55, 0x5d, 0xfd, 0x31, 0x33, 0x4e, 0x56, 0xcd, 0xec, 0x06, 0x71, 0x9a, 0xa9, 0xf7, + 0x5e, 0xd7, 0xfb, 0x7e, 0xf5, 0xea, 0x03, 0x5a, 0x07, 0x87, 0x51, 0xe8, 0x84, 0x8f, 0x37, 0xc3, + 0x28, 0xe0, 0x01, 0xaa, 0xc5, 0xc3, 0xcb, 0xcd, 0x11, 0xe5, 0x44, 0x83, 0x2f, 0xb7, 0x68, 0x14, + 0x05, 0x51, 0x32, 0x5c, 0x1d, 0x04, 0x83, 0x40, 0xfe, 0x7d, 0x5e, 0xfc, 0x8b, 0xa1, 0xcb, 0xd1, + 0x98, 0x71, 0xf9, 0x57, 0x01, 0xec, 0x3f, 0x1a, 0x60, 0xdd, 0x0f, 0x9c, 0x83, 0x1d, 0x7f, 0x3f, + 0x40, 0x4f, 0x43, 0x33, 0x8c, 0xdc, 0x11, 0x89, 0x26, 0x3d, 0x2f, 0x70, 0x0e, 0x3a, 0xc6, 0x9a, + 0xb1, 0xde, 0xc4, 0x8d, 0x18, 0x26, 0xc8, 0x04, 0x89, 0x40, 0xf5, 0x0e, 0x69, 0xc4, 0xdc, 0xc0, + 0xef, 0x98, 0x6b, 0xc6, 0x7a, 0x19, 0x37, 0x04, 0xec, 0x91, 0x02, 0xa1, 0x36, 0x94, 0x0e, 0xe8, + 0xa4, 0x53, 0x92, 0x1f, 0x8b, 0xbf, 0xe8, 0x29, 0xb0, 0xe4, 0x47, 0x9c, 0x7b, 0x9d, 0xb2, 0xfc, + 0xa0, 0x26, 0xc6, 0x5d, 0xee, 0x09, 0x14, 0x3f, 0xf6, 0x7b, 0xcc, 0x7d, 0x87, 0x76, 0x2a, 0x0a, + 0xc5, 0x8f, 0xfd, 0x3d, 0xf7, 0x1d, 0x8a, 0xd6, 0xa1, 0xae, 0xbe, 0x9a, 0x84, 0xb4, 0x53, 0x5d, + 0x33, 0xd6, 0x97, 0xb6, 0x1a, 0x9b, 0xda, 0x14, 0x0f, 0x43, 0x2c, 0xe7, 0xec, 0x4e, 0x42, 0x6a, + 0xaf, 0x41, 0xf3, 0x5b, 0x5e, 0x44, 0x49, 0x7f, 0x72, 0xe7, 0xd8, 0x65, 0x5c, 0x4b, 0x60, 0x24, + 0x12, 0xd8, 0x3f, 0x33, 0xc1, 0xba, 0x47, 0x27, 0x77, 0x84, 0x89, 0xd0, 0xb3, 0x50, 0x15, 0x9f, + 0xd2, 0xbe, 0xa4, 0x68, 0x6c, 0x9d, 0x4f, 0x66, 0xd5, 0x96, 0xc0, 0x31, 0x01, 0xfa, 0x3f, 0xa8, + 0x47, 0x94, 0x47, 0x13, 0xf2, 0xd8, 0xa3, 0x52, 0xd7, 0x3a, 0x4e, 0x01, 0x68, 0x15, 0x2a, 0xe4, + 0x71, 0x10, 0x71, 0xa9, 0x6b, 0x1d, 0xab, 0x01, 0xda, 0x02, 0xcb, 0x09, 0xfc, 0x7d, 0xcf, 0x75, + 0xb8, 0xd4, 0xb6, 0xb1, 0x75, 0x31, 0x61, 0xf0, 0xed, 0xc8, 0xe5, 0x74, 0x3b, 0xc6, 0xe2, 0x84, + 0x0e, 0x7d, 0x03, 0x5a, 0x44, 0x69, 0xd0, 0xa3, 0x42, 0x05, 0x69, 0x8b, 0xc6, 0xd6, 0x85, 0xe4, + 0xc3, 0xac, 0x7e, 0xb8, 0x49, 0xb2, 0xda, 0x3e, 0x07, 0x56, 0x9f, 0x92, 0xbe, 0xf4, 0x58, 0x75, + 0x4a, 0xa1, 0xdb, 0x31, 0x02, 0x27, 0x24, 0xf6, 0x47, 0x06, 0xb4, 0x72, 0x62, 0x08, 0x1f, 0x30, + 0x4e, 0x22, 0xde, 0xe3, 0x4c, 0x5a, 0xa4, 0x8c, 0x6b, 0x72, 0xdc, 0x65, 0xe8, 0x3a, 0x34, 0xb4, + 0x8c, 0x02, 0xab, 0xbc, 0x0d, 0x1a, 0xd4, 0x65, 0x73, 0x9c, 0xdd, 0x81, 0x5a, 0x1c, 0x30, 0x52, + 0xfb, 0x26, 0xd6, 0x43, 0xf4, 0x15, 0x40, 0xc9, 0x64, 0x4e, 0x30, 0x1a, 0xb9, 0x72, 0x4e, 0xe5, + 0xf5, 0xb6, 0xc6, 0x6c, 0x4b, 0x44, 0x97, 0xd9, 0xdf, 0x07, 0x4b, 0x4b, 0x8f, 0x2e, 0x41, 0x4d, + 0x85, 0x82, 0x16, 0x50, 0xfa, 0xa7, 0xcb, 0x92, 0xc8, 0x12, 0x32, 0x98, 0x8a, 0x9b, 0x18, 0xdf, + 0xa3, 0x13, 0xb4, 0x01, 0xe7, 0xb5, 0xce, 0x02, 0xdd, 0x1b, 0x12, 0x36, 0x94, 0x72, 0x96, 0xf1, + 0xb2, 0x46, 0xdc, 0xa3, 0x93, 0xbb, 0x84, 0x0d, 0xed, 0x7f, 0x95, 0xa0, 0xb6, 0x1d, 0xf8, 0x9c, + 0x1e, 0x73, 0x74, 0x45, 0xb8, 0x7c, 0xe0, 0x06, 0x7e, 0xcf, 0xed, 0xc7, 0xdc, 0x2c, 0x05, 0xd8, + 0xe9, 0xa3, 0xaf, 0x43, 0x33, 0x46, 0xd2, 0x30, 0x70, 0x86, 0x92, 0x67, 0x63, 0x6b, 0x65, 0x33, + 0xce, 0x44, 0x2c, 0x71, 0x77, 0x04, 0x0a, 0x37, 0xa2, 0x74, 0x80, 0xd6, 0xa0, 0x1c, 0x52, 0x1a, + 0x49, 0xfe, 0x8d, 0xad, 0xa6, 0xa6, 0xdf, 0xa5, 0x34, 0xc2, 0x12, 0x83, 0x10, 0x94, 0x39, 0x8d, + 0x46, 0xb1, 0x39, 0xe4, 0x7f, 0xf4, 0x3c, 0x58, 0x61, 0xe4, 0x06, 0x91, 0xcb, 0x27, 0x71, 0x02, + 0xac, 0x24, 0x9e, 0x15, 0x76, 0x22, 0x7e, 0x7f, 0x37, 0x72, 0x71, 0x42, 0x84, 0x5e, 0x86, 0x65, + 0x97, 0x05, 0x1e, 0xe1, 0x42, 0x42, 0x8f, 0x1e, 0x52, 0xaf, 0x53, 0x93, 0xdf, 0x5d, 0x4a, 0xbe, + 0xdb, 0xd1, 0xf8, 0xfb, 0x02, 0x8d, 0x97, 0xdc, 0xdc, 0x18, 0x7d, 0x09, 0x96, 0xfc, 0x80, 0xf7, + 0xf6, 0x5d, 0xcf, 0xeb, 0x39, 0xc4, 0x19, 0xd2, 0x8e, 0xb5, 0x66, 0xac, 0x5b, 0xb8, 0xe9, 0x07, + 0xfc, 0x15, 0xd7, 0xf3, 0xb6, 0x05, 0x4c, 0x46, 0xcc, 0xc4, 0x77, 0x7a, 0x5e, 0x30, 0xe8, 0xd4, + 0x25, 0xbe, 0x26, 0xc6, 0xf7, 0x83, 0x81, 0x88, 0x98, 0x21, 0xf1, 0xfb, 0x1e, 0xed, 0x71, 0x77, + 0x44, 0x3b, 0x20, 0xb1, 0xa0, 0x40, 0x5d, 0x77, 0x44, 0x05, 0x01, 0x73, 0x88, 0xdf, 0xeb, 0x53, + 0x4e, 0x5c, 0xaf, 0xd3, 0x50, 0x04, 0x02, 0x74, 0x5b, 0x42, 0x44, 0x89, 0x89, 0x68, 0xe8, 0xb9, + 0x0e, 0xe9, 0x89, 0x28, 0xef, 0x34, 0x25, 0x45, 0x23, 0x86, 0x61, 0x4a, 0xfa, 0xe8, 0x06, 0x2c, + 0x45, 0x94, 0x05, 0xde, 0x21, 0xed, 0xcb, 0x4a, 0xc5, 0x3a, 0xad, 0xb5, 0xd2, 0x7a, 0x19, 0xb7, + 0x34, 0x54, 0x24, 0x32, 0x7b, 0xad, 0x6c, 0x95, 0xdb, 0x15, 0xf1, 0x25, 0xe9, 0xf7, 0xde, 0x1e, + 0x07, 0xd1, 0x78, 0x64, 0xdf, 0x06, 0xb8, 0x9b, 0xca, 0x72, 0x09, 0x6a, 0x47, 0xc4, 0xe5, 0xbd, + 0x91, 0x8a, 0xab, 0x12, 0xae, 0x8a, 0xe1, 0x03, 0x86, 0xae, 0x02, 0x84, 0x51, 0xe0, 0x50, 0xc6, + 0x04, 0xce, 0x94, 0xb8, 0x7a, 0x0c, 0x79, 0xc0, 0xec, 0x97, 0xc0, 0xda, 0x73, 0x88, 0x2f, 0x8b, + 0xe6, 0x2a, 0x54, 0x78, 0xc0, 0x89, 0x17, 0xcf, 0xa0, 0x06, 0xa2, 0x70, 0xc4, 0xe4, 0xb4, 0x3f, + 0xf5, 0x3d, 0xed, 0xdb, 0x3f, 0x36, 0x00, 0xf6, 0x52, 0x8d, 0x9f, 0x81, 0xca, 0x91, 0xc8, 0xc8, + 0x99, 0x7a, 0xa4, 0x99, 0x60, 0x85, 0x47, 0x37, 0xa0, 0x2c, 0xd3, 0xdc, 0x7c, 0x12, 0x9d, 0x44, + 0x0b, 0xb2, 0x3e, 0xe1, 0x24, 0x8e, 0xb6, 0x79, 0x64, 0x02, 0x6d, 0x4f, 0xa0, 0x71, 0xe7, 0x98, + 0x3a, 0x4a, 0x08, 0x86, 0x5e, 0xcc, 0x7b, 0xce, 0x88, 0x43, 0x5b, 0x7f, 0x9c, 0x9a, 0x2d, 0xe7, + 0xce, 0x17, 0xf3, 0xee, 0x34, 0xa7, 0xbe, 0x4a, 0xb5, 0xcc, 0xfa, 0xd8, 0xee, 0x03, 0xbc, 0x4a, + 0x39, 0xa6, 0x6f, 0x8f, 0x29, 0xe3, 0x68, 0x03, 0x6a, 0x8e, 0xca, 0xbe, 0x98, 0x6b, 0x3b, 0x13, + 0xe6, 0x12, 0x8e, 0x35, 0x81, 0x2e, 0x38, 0x66, 0xae, 0xe0, 0xe8, 0xd5, 0x48, 0xa5, 0xb7, 0x1e, + 0xda, 0x1f, 0x1a, 0xd0, 0x90, 0x6c, 0x58, 0x18, 0xf8, 0x8c, 0xa2, 0xaf, 0xa5, 0xd9, 0x2b, 0x16, + 0x82, 0x98, 0xd9, 0xd2, 0xa6, 0x5e, 0x39, 0xe5, 0xf2, 0x90, 0x24, 0xae, 0x5c, 0x2b, 0x9e, 0x81, + 0x8a, 0xa2, 0x9d, 0x36, 0xb9, 0x5e, 0x4d, 0xb0, 0xc2, 0x8b, 0x30, 0x38, 0x24, 0xde, 0x98, 0xc6, + 0xa5, 0x50, 0x0d, 0x44, 0x31, 0x91, 0xe9, 0x14, 0x8c, 0xfd, 0xbe, 0x2c, 0x87, 0x16, 0xb6, 0x44, + 0x26, 0x89, 0xb1, 0xfd, 0x37, 0x03, 0x1a, 0xc2, 0x3e, 0x45, 0xcc, 0x70, 0x05, 0xea, 0xaa, 0x66, + 0xa7, 0xc6, 0x50, 0x45, 0x5c, 0x94, 0xbe, 0x55, 0xa8, 0x78, 0xee, 0xc8, 0x55, 0xeb, 0x52, 0x0b, + 0xab, 0x41, 0xd6, 0x4e, 0xe5, 0x9c, 0x9d, 0x44, 0x3a, 0x8b, 0x0a, 0x19, 0xf8, 0xde, 0x44, 0xd6, + 0x1f, 0x0b, 0xd7, 0x0e, 0xe8, 0xe4, 0xa1, 0xef, 0x49, 0xe3, 0x46, 0x54, 0xd0, 0xa9, 0x25, 0xd8, + 0xc2, 0x7a, 0x28, 0x72, 0x87, 0xfa, 0x7d, 0xc9, 0xbf, 0x26, 0xf9, 0x57, 0xa9, 0xdf, 0xbf, 0x47, + 0x27, 0xf6, 0x9b, 0x50, 0xbd, 0x77, 0xb8, 0x4b, 0xdc, 0x8c, 0xf1, 0x8c, 0xcf, 0x31, 0xde, 0xac, + 0x53, 0xe7, 0x9a, 0xd3, 0x1e, 0x42, 0x53, 0x19, 0xac, 0xb8, 0x43, 0x6f, 0x40, 0x25, 0x24, 0x6e, + 0x24, 0x92, 0xba, 0xb4, 0xde, 0xd8, 0x5a, 0x4e, 0x65, 0x92, 0x32, 0x63, 0x85, 0xb5, 0x7f, 0x64, + 0x80, 0xf5, 0x60, 0xcc, 0x65, 0x65, 0x44, 0x57, 0xc0, 0x0c, 0x42, 0x39, 0xf9, 0x54, 0x0b, 0x62, + 0x06, 0xe1, 0x49, 0x65, 0x47, 0x5f, 0x85, 0x3a, 0x61, 0x8c, 0x46, 0x5c, 0x3b, 0x60, 0x69, 0x0b, + 0xa5, 0xcb, 0xbb, 0xc6, 0xe0, 0x94, 0xc8, 0xfe, 0xa0, 0x04, 0xcb, 0xbb, 0x11, 0x95, 0xa9, 0x5f, + 0x24, 0x46, 0x9e, 0x87, 0xfa, 0x28, 0x56, 0x41, 0xab, 0x9b, 0xba, 0x40, 0x2b, 0x87, 0x53, 0x9a, + 0x99, 0xfe, 0xaf, 0x34, 0xdb, 0xff, 0xfd, 0x3f, 0xb4, 0x54, 0xdc, 0xe5, 0x43, 0xa9, 0x29, 0x81, + 0x8f, 0xd2, 0x78, 0x4a, 0xfa, 0xbd, 0x4a, 0xbe, 0xdf, 0xdb, 0x82, 0x0b, 0xec, 0xc0, 0x0d, 0x7b, + 0x4e, 0xe0, 0x33, 0x1e, 0x11, 0xd7, 0xe7, 0x3d, 0x67, 0x48, 0xe3, 0xce, 0xc5, 0xc2, 0x2b, 0x02, + 0xb9, 0x9d, 0xe0, 0xb6, 0x05, 0x0a, 0x6d, 0xc2, 0x8a, 0xcb, 0x7a, 0x21, 0x65, 0xcc, 0x1d, 0xb9, + 0x8c, 0xbb, 0x8e, 0x92, 0xae, 0xb6, 0x56, 0x5a, 0xb7, 0xf0, 0x79, 0x97, 0xed, 0xa6, 0x18, 0x29, + 0x63, 0xb6, 0xa7, 0xb4, 0xf2, 0x3d, 0xa5, 0x0d, 0xad, 0xfd, 0x20, 0xea, 0x8d, 0xc3, 0x3e, 0xe1, + 0x54, 0xb4, 0x13, 0x75, 0xd5, 0xbf, 0xee, 0x07, 0xd1, 0x1b, 0x12, 0xd6, 0x65, 0x82, 0x66, 0xe4, + 0xfa, 0x99, 0x0e, 0x05, 0x14, 0xcd, 0xc8, 0xf5, 0x93, 0xe6, 0x24, 0x84, 0x76, 0xea, 0x99, 0xe2, + 0xc1, 0xf8, 0x2c, 0x54, 0x25, 0x76, 0xd6, 0x3d, 0x49, 0x86, 0xc4, 0x04, 0xf6, 0xef, 0x0d, 0x58, + 0xe9, 0x1e, 0xfb, 0x77, 0x29, 0x89, 0xf8, 0x2d, 0x4a, 0x0a, 0xd5, 0xce, 0x69, 0xff, 0x9a, 0x27, + 0xf0, 0x6f, 0x69, 0x8e, 0x7f, 0x6f, 0xc2, 0x32, 0xe9, 0x1f, 0xba, 0x8c, 0xf6, 0xa6, 0xda, 0xfa, + 0x96, 0x02, 0xdf, 0x57, 0xce, 0xb6, 0x7f, 0x61, 0xc0, 0x6a, 0x5e, 0xe6, 0x33, 0x28, 0xc4, 0xd9, + 0xe0, 0x2b, 0xe5, 0x82, 0xcf, 0xfe, 0x93, 0x09, 0x17, 0xa7, 0x82, 0xe5, 0x7f, 0x25, 0xaf, 0x66, + 0x02, 0xbb, 0x3a, 0x37, 0xb0, 0x5d, 0xd6, 0xdb, 0x77, 0x23, 0xc6, 0x75, 0x06, 0xc9, 0xce, 0xca, + 0x65, 0xaf, 0x08, 0x98, 0xde, 0xdf, 0xc9, 0x8e, 0x48, 0xb4, 0x00, 0xc1, 0x98, 0xc7, 0xf9, 0xd3, + 0x10, 0xb0, 0xae, 0x02, 0xd9, 0x47, 0x70, 0x69, 0xc6, 0x88, 0x67, 0x92, 0x02, 0x1f, 0x19, 0x70, + 0x39, 0xc3, 0x19, 0x07, 0x9e, 0xf7, 0x98, 0x14, 0x73, 0xe1, 0x8c, 0xb9, 0xcd, 0x39, 0xe6, 0x9e, + 0xb1, 0x69, 0x69, 0xd6, 0xa6, 0x08, 0xca, 0x07, 0x74, 0xc2, 0x3a, 0xe5, 0xb5, 0xd2, 0x7a, 0x13, + 0xcb, 0xff, 0xf6, 0xbb, 0x70, 0x65, 0xae, 0x98, 0x67, 0x62, 0xa4, 0xdf, 0x19, 0xd0, 0x52, 0x65, + 0xea, 0xd4, 0xec, 0xa2, 0x75, 0x2e, 0xa5, 0x3a, 0x8b, 0x8e, 0x3c, 0x2e, 0x98, 0xf9, 0x00, 0x6e, + 0x29, 0x68, 0xfc, 0xe9, 0x6b, 0x65, 0xab, 0xd2, 0xae, 0xe2, 0xea, 0x63, 0xd7, 0xf7, 0x82, 0x81, + 0xfd, 0x6b, 0x03, 0x96, 0xb4, 0xac, 0x67, 0x50, 0x19, 0x66, 0x65, 0x2c, 0xcd, 0x91, 0xd1, 0x1e, + 0x40, 0x6b, 0x67, 0x14, 0x06, 0x51, 0x62, 0xc0, 0x5c, 0xbe, 0x1b, 0x27, 0xc8, 0xf7, 0x59, 0x46, + 0xe6, 0x3c, 0x46, 0x6f, 0xc2, 0x92, 0x66, 0x54, 0x5c, 0xfb, 0xd5, 0xac, 0xf6, 0xf5, 0x58, 0x55, + 0xfb, 0x5d, 0x58, 0xbd, 0x45, 0xb8, 0x33, 0x3c, 0xf5, 0x1c, 0x99, 0x13, 0x0b, 0x36, 0x83, 0x0b, + 0x53, 0xcc, 0x4f, 0xdf, 0xb9, 0xf6, 0xc7, 0x06, 0x5c, 0x90, 0xed, 0x42, 0xf7, 0xd8, 0xdf, 0xe3, + 0x84, 0x8f, 0x59, 0x11, 0x9d, 0xaf, 0x83, 0xae, 0xca, 0x99, 0xc6, 0x1a, 0x62, 0x90, 0x68, 0xad, + 0x33, 0x27, 0x11, 0xa5, 0xdc, 0x49, 0xc4, 0x4d, 0x58, 0x76, 0x88, 0xe7, 0xd1, 0xa8, 0x97, 0x9c, + 0xa5, 0xe8, 0x0c, 0x90, 0xe0, 0xbd, 0xf8, 0x44, 0xe5, 0x2a, 0x80, 0x33, 0x8e, 0x22, 0xea, 0x67, + 0x0e, 0x3f, 0xea, 0x31, 0xa4, 0xcb, 0xec, 0x3f, 0x18, 0x70, 0x71, 0x5a, 0x8d, 0x2f, 0x74, 0xd1, + 0x3c, 0x61, 0x66, 0xdb, 0xbf, 0x12, 0xb9, 0xec, 0x51, 0xe2, 0x8f, 0xc3, 0xc5, 0x6c, 0xeb, 0x4e, + 0xd4, 0x89, 0xe4, 0xad, 0x59, 0x9e, 0xb6, 0xe6, 0x6f, 0x0c, 0x58, 0x4e, 0x84, 0xfa, 0xef, 0xa9, + 0x30, 0x07, 0xb0, 0x2c, 0x13, 0xa4, 0xe0, 0x16, 0x58, 0xe7, 0x9c, 0x99, 0xa9, 0xbf, 0x4f, 0xde, + 0x04, 0x7b, 0xd0, 0x4e, 0x99, 0x9d, 0xfa, 0xbe, 0xe9, 0x97, 0x06, 0x2c, 0x8b, 0x2d, 0x5a, 0xd1, + 0xde, 0xea, 0x3a, 0x34, 0x46, 0xe4, 0x78, 0xaa, 0xe4, 0xc0, 0x88, 0x1c, 0x6b, 0x8f, 0xe7, 0x36, + 0xbe, 0xa5, 0x27, 0x6d, 0x7c, 0xcb, 0x99, 0x8d, 0xaf, 0xfd, 0xbe, 0x01, 0xed, 0x54, 0xa6, 0x33, + 0x08, 0x83, 0x67, 0xa0, 0xa2, 0x4e, 0xa5, 0x4a, 0x53, 0x8b, 0x45, 0x72, 0xbe, 0xac, 0xf0, 0xf6, + 0x0b, 0x50, 0xeb, 0x1e, 0xab, 0x63, 0xa4, 0x36, 0x94, 0xf8, 0xb1, 0x1f, 0x1f, 0x38, 0x8a, 0xbf, + 0xe8, 0x22, 0x54, 0x99, 0xac, 0x00, 0xb1, 0x15, 0xe2, 0x91, 0xfd, 0x57, 0x03, 0x10, 0x56, 0xe7, + 0x5c, 0x45, 0xad, 0x7c, 0xa2, 0xd2, 0x7e, 0xb2, 0x60, 0x46, 0xcf, 0x41, 0x5d, 0xec, 0xb6, 0x5c, + 0x7f, 0x3f, 0x50, 0x6d, 0x50, 0x96, 0x73, 0xac, 0x1d, 0x16, 0x1b, 0x32, 0xf1, 0x27, 0x6d, 0x98, + 0x2a, 0x99, 0x05, 0xe3, 0x6d, 0x58, 0xc9, 0x29, 0x74, 0x06, 0xcb, 0xc5, 0x23, 0xa8, 0xbf, 0xba, + 0x5d, 0xc4, 0x74, 0x57, 0x01, 0x18, 0xd9, 0xa7, 0xbd, 0x30, 0x70, 0x7d, 0x1e, 0xdb, 0xad, 0x2e, + 0x20, 0xbb, 0x02, 0x60, 0x0f, 0x01, 0xc4, 0xbc, 0x67, 0xa0, 0xc1, 0x77, 0xa1, 0x85, 0xc9, 0xd1, + 0xc2, 0x4e, 0xd1, 0x96, 0xc0, 0x74, 0xf6, 0xe3, 0x8b, 0x0c, 0xd3, 0xd9, 0xb7, 0x7f, 0x6e, 0xc0, + 0x92, 0x9e, 0x7f, 0xc1, 0xdd, 0x49, 0x91, 0xb3, 0x32, 0x26, 0xb5, 0xdd, 0x1d, 0x2f, 0x48, 0xdb, + 0xf9, 0x12, 0x28, 0x1b, 0x94, 0x13, 0x1b, 0xbc, 0x29, 0x4d, 0x20, 0x99, 0x2e, 0xba, 0x41, 0x3b, + 0x02, 0x84, 0xc9, 0x91, 0x2c, 0xcc, 0x05, 0x95, 0x3a, 0x59, 0x41, 0x9e, 0xf1, 0xeb, 0xf7, 0x60, + 0x25, 0xc7, 0x78, 0xd1, 0x8a, 0xf5, 0x53, 0xc5, 0x16, 0xb8, 0xbc, 0x4d, 0x6b, 0x11, 0xa4, 0x5a, + 0x9c, 0xcd, 0xba, 0xf6, 0x16, 0xb4, 0x31, 0x39, 0xba, 0x4d, 0x3d, 0x5a, 0xec, 0x2c, 0xee, 0xf3, + 0x13, 0xee, 0x3b, 0x70, 0x3e, 0xc3, 0x61, 0xd1, 0x6e, 0x19, 0xc0, 0x05, 0x6d, 0xb0, 0xe2, 0x4a, + 0x9c, 0xc4, 0x33, 0x04, 0x2e, 0x4e, 0x33, 0x5a, 0xb4, 0x2e, 0xef, 0x1b, 0x80, 0xe2, 0xb9, 0x89, + 0x3f, 0xa0, 0x0b, 0x3f, 0x3e, 0xcf, 0x9c, 0x6c, 0x97, 0xb2, 0x27, 0xdb, 0xa2, 0x39, 0xf1, 0x03, + 0xee, 0xee, 0xc7, 0x47, 0xe5, 0xaa, 0x46, 0x81, 0x02, 0x3d, 0xf4, 0xbd, 0x89, 0x48, 0xae, 0x9c, + 0x60, 0x8b, 0xd6, 0xfc, 0x3d, 0x43, 0xba, 0xf1, 0x0b, 0x51, 0x7e, 0xba, 0x38, 0x2a, 0x47, 0x9f, + 0xaa, 0xba, 0x7f, 0x51, 0x6b, 0xd0, 0x19, 0xde, 0x91, 0x64, 0x6f, 0x42, 0xca, 0xf9, 0x9b, 0x10, + 0xa5, 0x7f, 0x45, 0xeb, 0x5f, 0xe4, 0x66, 0x64, 0x00, 0xcb, 0x89, 0x3a, 0xc5, 0x6d, 0xf5, 0x34, + 0x94, 0x0e, 0x0e, 0x9f, 0x58, 0xaf, 0x04, 0xce, 0x7e, 0x59, 0xbe, 0x76, 0x90, 0x5e, 0xc9, 0x5b, + 0xc1, 0x78, 0xb2, 0xb7, 0xcd, 0x9c, 0xa8, 0x9f, 0x18, 0x69, 0x85, 0x2d, 0x6a, 0xff, 0x67, 0xa1, + 0x1a, 0x09, 0x11, 0xe6, 0x9e, 0x5a, 0xa9, 0x90, 0x89, 0x09, 0x44, 0x57, 0x45, 0x89, 0x33, 0xec, + 0x65, 0x5d, 0x52, 0x17, 0x90, 0xfb, 0x0b, 0x73, 0x8b, 0xed, 0xc1, 0x6a, 0x5e, 0xa3, 0x53, 0x75, + 0xc1, 0x4f, 0x0c, 0xa8, 0x3f, 0x38, 0x74, 0x1c, 0xf9, 0xd4, 0x02, 0x5d, 0x87, 0xb2, 0x7c, 0xc6, + 0x32, 0xe7, 0x0e, 0x49, 0x22, 0x72, 0x6f, 0x30, 0xcc, 0xfc, 0x1b, 0x8c, 0x2b, 0x50, 0x4f, 0xef, + 0x22, 0x54, 0x0b, 0x6e, 0x39, 0xf1, 0x45, 0x84, 0xbc, 0x4d, 0x1f, 0x06, 0xa2, 0x93, 0x97, 0xed, + 0x8c, 0x7a, 0x71, 0x01, 0x12, 0xf4, 0x48, 0x5e, 0x99, 0x7d, 0x53, 0x89, 0x21, 0x07, 0x9f, 0xf5, + 0xd2, 0x23, 0xe9, 0x88, 0xcc, 0xec, 0x85, 0x9b, 0xbc, 0x06, 0x3b, 0x74, 0xd4, 0xbd, 0xca, 0x7f, + 0xa2, 0x44, 0xe6, 0x55, 0x48, 0x29, 0xff, 0x2a, 0xe4, 0x73, 0x35, 0x78, 0x2f, 0x96, 0x41, 0x6e, + 0x93, 0xf4, 0x0d, 0xf8, 0xf4, 0x8d, 0xa2, 0x16, 0x32, 0xbe, 0x01, 0xdf, 0x80, 0xaa, 0xbc, 0x9c, + 0xd1, 0x3e, 0x42, 0x39, 0x42, 0xe9, 0x13, 0x1c, 0x53, 0x08, 0x5a, 0xc9, 0x5a, 0x6f, 0xd7, 0xf2, + 0xb4, 0x52, 0x06, 0x1c, 0x53, 0xd8, 0x7b, 0xb0, 0x22, 0x80, 0xaf, 0x52, 0x7e, 0x6b, 0x22, 0x82, + 0x78, 0x11, 0x9d, 0x80, 0xfd, 0x53, 0x03, 0x56, 0xf3, 0xb3, 0x2e, 0xba, 0xe1, 0xbe, 0x01, 0x65, + 0xb1, 0x3f, 0x9b, 0x79, 0x10, 0xa0, 0xcd, 0x8a, 0x25, 0xda, 0x7e, 0x0b, 0x2e, 0x25, 0x72, 0xc4, + 0xe7, 0x55, 0x45, 0x34, 0x7c, 0x72, 0x18, 0xd8, 0x1f, 0x1a, 0xd0, 0x99, 0x65, 0xb1, 0x68, 0x75, + 0x67, 0x1f, 0x25, 0x69, 0x03, 0x94, 0x3f, 0xdb, 0x00, 0x3f, 0x34, 0x00, 0xed, 0x85, 0x9e, 0xcb, + 0xd5, 0x43, 0x9e, 0x62, 0x07, 0x18, 0x75, 0x26, 0x66, 0x48, 0x6b, 0xea, 0x2d, 0xb3, 0x63, 0x60, + 0x4b, 0x02, 0x45, 0xc9, 0x15, 0x1b, 0x48, 0x4d, 0xa0, 0xcf, 0x4d, 0xeb, 0x1a, 0xcb, 0xec, 0x8f, + 0x0d, 0x58, 0xc9, 0x89, 0x50, 0xdc, 0x38, 0x37, 0xa1, 0xec, 0xd1, 0x7d, 0x1e, 0xef, 0x24, 0x97, + 0xf2, 0x8f, 0x94, 0xa4, 0x54, 0x12, 0x8f, 0xd6, 0xa1, 0x12, 0xb9, 0x83, 0x21, 0x8f, 0xc3, 0x63, + 0x1e, 0xa1, 0x22, 0x40, 0xeb, 0xa2, 0xb8, 0x0e, 0xe4, 0x39, 0xb8, 0xda, 0xe9, 0x4f, 0xd1, 0x62, + 0x8d, 0xb6, 0x7f, 0x00, 0x4f, 0xbd, 0xe1, 0x8b, 0x6d, 0xf1, 0x6d, 0xca, 0x78, 0x14, 0x4c, 0xce, + 0xb6, 0x59, 0xb1, 0x29, 0x5c, 0x9e, 0xc7, 0x7e, 0xd1, 0x0d, 0xca, 0x4b, 0xd0, 0xc6, 0x94, 0xf4, + 0x77, 0xfc, 0x3e, 0x3d, 0x2e, 0xa0, 0x9c, 0x4d, 0xe1, 0x7c, 0xe6, 0xfb, 0xe2, 0xd2, 0x5d, 0x05, + 0x90, 0x8f, 0x9c, 0x5c, 0x31, 0x91, 0x3e, 0x94, 0x88, 0xf4, 0xcc, 0x1b, 0x5f, 0x06, 0x48, 0x9f, + 0x8b, 0x21, 0x80, 0xea, 0xeb, 0x41, 0x34, 0x22, 0x5e, 0xfb, 0x1c, 0xaa, 0x41, 0xe9, 0x7e, 0x70, + 0xd4, 0x36, 0x90, 0x05, 0xe5, 0xbb, 0xee, 0x60, 0xd8, 0x36, 0x37, 0xd6, 0x60, 0x29, 0xff, 0x46, + 0x0c, 0x55, 0xc1, 0xdc, 0xdb, 0x69, 0x9f, 0x13, 0xbf, 0x78, 0xbb, 0x6d, 0x6c, 0x3c, 0x04, 0xf3, + 0x61, 0x28, 0x3e, 0xdd, 0x1d, 0x73, 0x35, 0xc7, 0x6d, 0xea, 0xa9, 0x39, 0x44, 0x09, 0x6e, 0x9b, + 0xa8, 0x09, 0x96, 0x3e, 0xfc, 0x6f, 0x97, 0x04, 0xc3, 0x1d, 0x9f, 0xd1, 0x88, 0xb7, 0xcb, 0x68, + 0x05, 0x96, 0xa7, 0x2e, 0x0f, 0xdb, 0x95, 0x8d, 0x4d, 0xa8, 0x27, 0x0f, 0x20, 0xc4, 0x2c, 0xaf, + 0x07, 0x3e, 0x6d, 0x9f, 0x43, 0x75, 0xa8, 0xc8, 0x17, 0x8e, 0x6d, 0x43, 0x4c, 0xf8, 0x7a, 0xc0, + 0xd5, 0xc8, 0xbc, 0x75, 0xf3, 0xef, 0xbf, 0xb5, 0x8c, 0x3f, 0x7f, 0x7a, 0xcd, 0xf8, 0xe4, 0xd3, + 0x6b, 0xc6, 0x3f, 0x3e, 0xbd, 0x66, 0x7c, 0xf0, 0xcf, 0x6b, 0xe7, 0xa0, 0x1d, 0x44, 0x83, 0x4d, + 0xee, 0x1e, 0x1c, 0x6e, 0x1e, 0x1c, 0xca, 0xc7, 0xad, 0x8f, 0xab, 0xf2, 0xe7, 0x85, 0x7f, 0x07, + 0x00, 0x00, 0xff, 0xff, 0xb9, 0xeb, 0xa5, 0xa2, 0x41, 0x2b, 0x00, 0x00, } diff --git a/proto/kvrpcpb.proto b/proto/kvrpcpb.proto index ee37f4fcd..ce97fac41 100644 --- a/proto/kvrpcpb.proto +++ b/proto/kvrpcpb.proto @@ -20,7 +20,7 @@ message LockInfo { uint64 lock_ttl = 4; // How many keys this transaction involved. uint64 txn_size = 5; - uint32 lock_type = 6; + Op lock_type = 6; } message AlreadyExist {