Documentation ¶
Index ¶
- Constants
- type VersionedValue
- func (*VersionedValue) Descriptor() ([]byte, []int)
- func (m *VersionedValue) GetBlock() uint64
- func (m *VersionedValue) GetMeta() map[string][]byte
- func (m *VersionedValue) GetTxnum() uint64
- func (m *VersionedValue) GetValue() []byte
- func (m *VersionedValue) GetVersion() uint32
- func (*VersionedValue) ProtoMessage()
- func (m *VersionedValue) Reset()
- func (m *VersionedValue) String() string
- func (m *VersionedValue) XXX_DiscardUnknown()
- func (m *VersionedValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *VersionedValue) XXX_Merge(src proto.Message)
- func (m *VersionedValue) XXX_Size() int
- func (m *VersionedValue) XXX_Unmarshal(b []byte) error
Constants ¶
View Source
const V1 = 1
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VersionedValue ¶
type VersionedValue struct { Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` Block uint64 `protobuf:"varint,2,opt,name=block,proto3" json:"block,omitempty"` Txnum uint64 `protobuf:"varint,3,opt,name=txnum,proto3" json:"txnum,omitempty"` Value []byte `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"` Meta map[string][]byte `` /* 149-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*VersionedValue) Descriptor ¶
func (*VersionedValue) Descriptor() ([]byte, []int)
func (*VersionedValue) GetBlock ¶
func (m *VersionedValue) GetBlock() uint64
func (*VersionedValue) GetMeta ¶
func (m *VersionedValue) GetMeta() map[string][]byte
func (*VersionedValue) GetTxnum ¶
func (m *VersionedValue) GetTxnum() uint64
func (*VersionedValue) GetValue ¶
func (m *VersionedValue) GetValue() []byte
func (*VersionedValue) GetVersion ¶
func (m *VersionedValue) GetVersion() uint32
func (*VersionedValue) ProtoMessage ¶
func (*VersionedValue) ProtoMessage()
func (*VersionedValue) Reset ¶
func (m *VersionedValue) Reset()
func (*VersionedValue) String ¶
func (m *VersionedValue) String() string
func (*VersionedValue) XXX_DiscardUnknown ¶
func (m *VersionedValue) XXX_DiscardUnknown()
func (*VersionedValue) XXX_Marshal ¶
func (m *VersionedValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*VersionedValue) XXX_Merge ¶
func (m *VersionedValue) XXX_Merge(src proto.Message)
func (*VersionedValue) XXX_Size ¶
func (m *VersionedValue) XXX_Size() int
func (*VersionedValue) XXX_Unmarshal ¶
func (m *VersionedValue) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.