Versions in this module Expand all Collapse all v3 v3.2108.0 Aug 2, 2021 Changes in this version + var Checksum_Algorithm_name = map[int32]string + var Checksum_Algorithm_value = map[string]int32 + var EncryptionAlgo_name = map[int32]string + var EncryptionAlgo_value = map[string]int32 + var ErrIntOverflowBadgerpb3 = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthBadgerpb3 = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupBadgerpb3 = fmt.Errorf("proto: unexpected end of group") + var KV_Kind_name = map[int32]string + var KV_Kind_value = map[string]int32 + var ManifestChange_Operation_name = map[int32]string + var ManifestChange_Operation_value = map[string]int32 + type Checksum struct + Algo Checksum_Algorithm + Sum uint64 + func (*Checksum) Descriptor() ([]byte, []int) + func (*Checksum) ProtoMessage() + func (m *Checksum) GetAlgo() Checksum_Algorithm + func (m *Checksum) GetSum() uint64 + func (m *Checksum) Marshal() (dAtA []byte, err error) + func (m *Checksum) MarshalTo(dAtA []byte) (int, error) + func (m *Checksum) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Checksum) Reset() + func (m *Checksum) Size() (n int) + func (m *Checksum) String() string + func (m *Checksum) Unmarshal(dAtA []byte) error + func (m *Checksum) XXX_DiscardUnknown() + func (m *Checksum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Checksum) XXX_Merge(src proto.Message) + func (m *Checksum) XXX_Size() int + func (m *Checksum) XXX_Unmarshal(b []byte) error + type Checksum_Algorithm int32 + const Checksum_CRC32C + const Checksum_XXHash64 + func (Checksum_Algorithm) EnumDescriptor() ([]byte, []int) + func (x Checksum_Algorithm) String() string + type DataKey struct + CreatedAt int64 + Data []byte + Iv []byte + KeyId uint64 + func (*DataKey) Descriptor() ([]byte, []int) + func (*DataKey) ProtoMessage() + func (m *DataKey) GetCreatedAt() int64 + func (m *DataKey) GetData() []byte + func (m *DataKey) GetIv() []byte + func (m *DataKey) GetKeyId() uint64 + func (m *DataKey) Marshal() (dAtA []byte, err error) + func (m *DataKey) MarshalTo(dAtA []byte) (int, error) + func (m *DataKey) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *DataKey) Reset() + func (m *DataKey) Size() (n int) + func (m *DataKey) String() string + func (m *DataKey) Unmarshal(dAtA []byte) error + func (m *DataKey) XXX_DiscardUnknown() + func (m *DataKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DataKey) XXX_Merge(src proto.Message) + func (m *DataKey) XXX_Size() int + func (m *DataKey) XXX_Unmarshal(b []byte) error + type EncryptionAlgo int32 + const EncryptionAlgo_aes + func (EncryptionAlgo) EnumDescriptor() ([]byte, []int) + func (x EncryptionAlgo) String() string + type KV struct + ExpiresAt uint64 + Key []byte + Kind KV_Kind + Meta []byte + StreamDone bool + StreamId uint32 + UserMeta []byte + Value []byte + Version uint64 + func (*KV) Descriptor() ([]byte, []int) + func (*KV) ProtoMessage() + func (m *KV) GetExpiresAt() uint64 + func (m *KV) GetKey() []byte + func (m *KV) GetKind() KV_Kind + func (m *KV) GetMeta() []byte + func (m *KV) GetStreamDone() bool + func (m *KV) GetStreamId() uint32 + func (m *KV) GetUserMeta() []byte + func (m *KV) GetValue() []byte + func (m *KV) GetVersion() uint64 + func (m *KV) Marshal() (dAtA []byte, err error) + func (m *KV) MarshalTo(dAtA []byte) (int, error) + func (m *KV) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *KV) Reset() + func (m *KV) Size() (n int) + func (m *KV) String() string + func (m *KV) Unmarshal(dAtA []byte) error + 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 KVList struct + AllocRef uint64 + Kv []*KV + func (*KVList) Descriptor() ([]byte, []int) + func (*KVList) ProtoMessage() + func (m *KVList) GetAllocRef() uint64 + func (m *KVList) GetKv() []*KV + func (m *KVList) Marshal() (dAtA []byte, err error) + func (m *KVList) MarshalTo(dAtA []byte) (int, error) + func (m *KVList) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *KVList) Reset() + func (m *KVList) Size() (n int) + func (m *KVList) String() string + func (m *KVList) Unmarshal(dAtA []byte) error + func (m *KVList) XXX_DiscardUnknown() + func (m *KVList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *KVList) XXX_Merge(src proto.Message) + func (m *KVList) XXX_Size() int + func (m *KVList) XXX_Unmarshal(b []byte) error + type KV_Kind int32 + const KV_DATA_KEY + const KV_FILE + const KV_KEY + func (KV_Kind) EnumDescriptor() ([]byte, []int) + func (x KV_Kind) String() string + type ManifestChange struct + Compression uint32 + EncryptionAlgo EncryptionAlgo + Id uint64 + KeyId uint64 + Level uint32 + Op ManifestChange_Operation + func (*ManifestChange) Descriptor() ([]byte, []int) + func (*ManifestChange) ProtoMessage() + func (m *ManifestChange) GetCompression() uint32 + func (m *ManifestChange) GetEncryptionAlgo() EncryptionAlgo + func (m *ManifestChange) GetId() uint64 + func (m *ManifestChange) GetKeyId() uint64 + func (m *ManifestChange) GetLevel() uint32 + func (m *ManifestChange) GetOp() ManifestChange_Operation + func (m *ManifestChange) Marshal() (dAtA []byte, err error) + func (m *ManifestChange) MarshalTo(dAtA []byte) (int, error) + func (m *ManifestChange) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ManifestChange) Reset() + func (m *ManifestChange) Size() (n int) + func (m *ManifestChange) String() string + func (m *ManifestChange) Unmarshal(dAtA []byte) error + func (m *ManifestChange) XXX_DiscardUnknown() + func (m *ManifestChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ManifestChange) XXX_Merge(src proto.Message) + func (m *ManifestChange) XXX_Size() int + func (m *ManifestChange) XXX_Unmarshal(b []byte) error + type ManifestChangeSet struct + Changes []*ManifestChange + func (*ManifestChangeSet) Descriptor() ([]byte, []int) + func (*ManifestChangeSet) ProtoMessage() + func (m *ManifestChangeSet) GetChanges() []*ManifestChange + func (m *ManifestChangeSet) Marshal() (dAtA []byte, err error) + func (m *ManifestChangeSet) MarshalTo(dAtA []byte) (int, error) + func (m *ManifestChangeSet) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ManifestChangeSet) Reset() + func (m *ManifestChangeSet) Size() (n int) + func (m *ManifestChangeSet) String() string + func (m *ManifestChangeSet) Unmarshal(dAtA []byte) error + func (m *ManifestChangeSet) XXX_DiscardUnknown() + func (m *ManifestChangeSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ManifestChangeSet) XXX_Merge(src proto.Message) + func (m *ManifestChangeSet) XXX_Size() int + func (m *ManifestChangeSet) XXX_Unmarshal(b []byte) error + type ManifestChange_Operation int32 + const ManifestChange_CREATE + const ManifestChange_DELETE + func (ManifestChange_Operation) EnumDescriptor() ([]byte, []int) + func (x ManifestChange_Operation) String() string + type Match struct + IgnoreBytes string + Prefix []byte + func (*Match) Descriptor() ([]byte, []int) + func (*Match) ProtoMessage() + func (m *Match) GetIgnoreBytes() string + func (m *Match) GetPrefix() []byte + func (m *Match) Marshal() (dAtA []byte, err error) + func (m *Match) MarshalTo(dAtA []byte) (int, error) + func (m *Match) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Match) Reset() + func (m *Match) Size() (n int) + func (m *Match) String() string + func (m *Match) Unmarshal(dAtA []byte) error + func (m *Match) XXX_DiscardUnknown() + func (m *Match) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Match) XXX_Merge(src proto.Message) + func (m *Match) XXX_Size() int + func (m *Match) XXX_Unmarshal(b []byte) error v3.3.0 Aug 3, 2021