Documentation ¶
Overview ¶
Package queryresult is a generated protocol buffer package.
It is generated from these files:
ledger/queryresult/kv_query_result.proto
It has these top-level messages:
KV KeyModification
Index ¶
- type KV
- type KeyModification
- func (*KeyModification) Descriptor() ([]byte, []int)
- func (m *KeyModification) GetIsDelete() bool
- func (m *KeyModification) GetTimestamp() *google_protobuf.Timestamp
- func (m *KeyModification) GetTxId() string
- func (m *KeyModification) GetValue() []byte
- func (*KeyModification) ProtoMessage()
- func (m *KeyModification) Reset()
- func (m *KeyModification) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KV ¶
type KV struct { Namespace string `protobuf:"bytes,1,opt,name=namespace" json:"namespace,omitempty"` Key string `protobuf:"bytes,2,opt,name=key" json:"key,omitempty"` Value []byte `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` }
KV -- QueryResult for range/execute query. Holds a key and corresponding value.
func (*KV) Descriptor ¶
func (*KV) GetNamespace ¶
func (*KV) ProtoMessage ¶
func (*KV) ProtoMessage()
type KeyModification ¶
type KeyModification struct { TxId string `protobuf:"bytes,1,opt,name=tx_id,json=txId" json:"tx_id,omitempty"` Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` Timestamp *google_protobuf.Timestamp `protobuf:"bytes,3,opt,name=timestamp" json:"timestamp,omitempty"` IsDelete bool `protobuf:"varint,4,opt,name=is_delete,json=isDelete" json:"is_delete,omitempty"` }
KeyModification -- QueryResult for history query. Holds a transaction ID, value, timestamp, and delete marker which resulted from a history query.
func (*KeyModification) Descriptor ¶
func (*KeyModification) Descriptor() ([]byte, []int)
func (*KeyModification) GetIsDelete ¶
func (m *KeyModification) GetIsDelete() bool
func (*KeyModification) GetTimestamp ¶
func (m *KeyModification) GetTimestamp() *google_protobuf.Timestamp
func (*KeyModification) GetTxId ¶
func (m *KeyModification) GetTxId() string
func (*KeyModification) GetValue ¶
func (m *KeyModification) GetValue() []byte
func (*KeyModification) ProtoMessage ¶
func (*KeyModification) ProtoMessage()
func (*KeyModification) Reset ¶
func (m *KeyModification) Reset()
func (*KeyModification) String ¶
func (m *KeyModification) String() string
Click to show internal directories.
Click to hide internal directories.