Documentation ¶
Index ¶
- Variables
- type KeyMeta
- func (*KeyMeta) Descriptor() ([]byte, []int)deprecated
- func (x *KeyMeta) GetDeleteVersion() uint64
- func (x *KeyMeta) GetFirstVersion() uint64
- func (x *KeyMeta) GetLastVersion() uint64
- func (x *KeyMeta) GetLastWriteHash() []byte
- func (*KeyMeta) ProtoMessage()
- func (x *KeyMeta) ProtoReflect() protoreflect.Message
- func (x *KeyMeta) Reset()
- func (x *KeyMeta) String() string
- type VersionedNamespace
- func (*VersionedNamespace) Descriptor() ([]byte, []int)deprecated
- func (x *VersionedNamespace) GetKeyLen() uint32
- func (x *VersionedNamespace) GetName() string
- func (*VersionedNamespace) ProtoMessage()
- func (x *VersionedNamespace) ProtoReflect() protoreflect.Message
- func (x *VersionedNamespace) Reset()
- func (x *VersionedNamespace) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_version_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type KeyMeta ¶
type KeyMeta struct { LastWriteHash []byte `protobuf:"bytes,1,opt,name=lastWriteHash,proto3" json:"lastWriteHash,omitempty"` // hash of value that was last written FirstVersion uint64 `protobuf:"varint,2,opt,name=firstVersion,proto3" json:"firstVersion,omitempty"` LastVersion uint64 `protobuf:"varint,3,opt,name=lastVersion,proto3" json:"lastVersion,omitempty"` DeleteVersion uint64 `protobuf:"varint,4,opt,name=deleteVersion,proto3" json:"deleteVersion,omitempty"` // contains filtered or unexported fields }
func (*KeyMeta) Descriptor
deprecated
func (*KeyMeta) GetDeleteVersion ¶
func (*KeyMeta) GetFirstVersion ¶
func (*KeyMeta) GetLastVersion ¶
func (*KeyMeta) GetLastWriteHash ¶
func (*KeyMeta) ProtoMessage ¶
func (*KeyMeta) ProtoMessage()
func (*KeyMeta) ProtoReflect ¶
func (x *KeyMeta) ProtoReflect() protoreflect.Message
type VersionedNamespace ¶
type VersionedNamespace struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` KeyLen uint32 `protobuf:"varint,2,opt,name=keyLen,proto3" json:"keyLen,omitempty"` // contains filtered or unexported fields }
func (*VersionedNamespace) Descriptor
deprecated
func (*VersionedNamespace) Descriptor() ([]byte, []int)
Deprecated: Use VersionedNamespace.ProtoReflect.Descriptor instead.
func (*VersionedNamespace) GetKeyLen ¶
func (x *VersionedNamespace) GetKeyLen() uint32
func (*VersionedNamespace) GetName ¶
func (x *VersionedNamespace) GetName() string
func (*VersionedNamespace) ProtoMessage ¶
func (*VersionedNamespace) ProtoMessage()
func (*VersionedNamespace) ProtoReflect ¶
func (x *VersionedNamespace) ProtoReflect() protoreflect.Message
func (*VersionedNamespace) Reset ¶
func (x *VersionedNamespace) Reset()
func (*VersionedNamespace) String ¶
func (x *VersionedNamespace) String() string
Click to show internal directories.
Click to hide internal directories.