Versions in this module Expand all Collapse all v1 v1.0.0 Apr 5, 2021 Changes in this version + var File_proto_common_proto protoreflect.FileDescriptor + type Error struct + Code int32 + Msg string + SubCode int32 + func (*Error) Descriptor() ([]byte, []int) + func (*Error) ProtoMessage() + func (x *Error) Error() string + func (x *Error) GetCode() int32 + func (x *Error) GetMsg() string + func (x *Error) GetSubCode() int32 + func (x *Error) ProtoReflect() protoreflect.Message + func (x *Error) Reset() + func (x *Error) String() string + type Value struct + Meta *ValueMeta + V []byte + func (*Value) Descriptor() ([]byte, []int) + func (*Value) ProtoMessage() + func (x *Value) GetMeta() *ValueMeta + func (x *Value) GetV() []byte + func (x *Value) IsEmpty() bool + func (x *Value) ProtoReflect() protoreflect.Message + func (x *Value) Reset() + func (x *Value) String() string + func (x *Value) Validate() error + type ValueCC struct + MaxReadVersion uint64 + SnapshotVersion uint64 + Value *Value + func (*ValueCC) Descriptor() ([]byte, []int) + func (*ValueCC) ProtoMessage() + func (x *ValueCC) GetMaxReadVersion() uint64 + func (x *ValueCC) GetSnapshotVersion() uint64 + func (x *ValueCC) GetValue() *Value + func (x *ValueCC) ProtoReflect() protoreflect.Message + func (x *ValueCC) Reset() + func (x *ValueCC) String() string + type ValueMeta struct + Flag uint32 + InternalVersion uint32 + Version uint64 + func (*ValueMeta) Descriptor() ([]byte, []int) + func (*ValueMeta) ProtoMessage() + func (x *ValueMeta) GetFlag() uint32 + func (x *ValueMeta) GetFlagSafe() uint8 + func (x *ValueMeta) GetInternalVersion() uint32 + func (x *ValueMeta) GetVersion() uint64 + func (x *ValueMeta) IsDirty() bool + func (x *ValueMeta) ProtoReflect() protoreflect.Message + func (x *ValueMeta) Reset() + func (x *ValueMeta) SetFlag(flag uint8) *ValueMeta + func (x *ValueMeta) String() string