Versions in this module Expand all Collapse all v2 v2.3.0 Aug 13, 2021 Changes in this version + type KV struct + Key string + Namespace string + Value []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*KV) Descriptor() ([]byte, []int) + func (*KV) ProtoMessage() + func (m *KV) GetKey() string + func (m *KV) GetNamespace() string + func (m *KV) GetValue() []byte + func (m *KV) Reset() + func (m *KV) String() string + func (m *KV) XXX_DiscardUnknown() + func (m *KV) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *KV) XXX_Merge(src proto.Message) + func (m *KV) XXX_Size() int + func (m *KV) XXX_Unmarshal(b []byte) error + type KeyModification struct + IsDelete bool + Timestamp *timestamp.Timestamp + TxId string + Value []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*KeyModification) Descriptor() ([]byte, []int) + func (*KeyModification) ProtoMessage() + func (m *KeyModification) GetIsDelete() bool + func (m *KeyModification) GetTimestamp() *timestamp.Timestamp + func (m *KeyModification) GetTxId() string + func (m *KeyModification) GetValue() []byte + func (m *KeyModification) Reset() + func (m *KeyModification) String() string + func (m *KeyModification) XXX_DiscardUnknown() + func (m *KeyModification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *KeyModification) XXX_Merge(src proto.Message) + func (m *KeyModification) XXX_Size() int + func (m *KeyModification) XXX_Unmarshal(b []byte) error