Documentation
¶
Index ¶
- Variables
- type BatchKey
- func (*BatchKey) Descriptor() ([]byte, []int)
- func (m *BatchKey) GetContractName() string
- func (m *BatchKey) GetField() string
- func (m *BatchKey) GetKey() string
- func (m *BatchKey) GetValue() []byte
- func (m *BatchKey) Marshal() (dAtA []byte, err error)
- func (m *BatchKey) MarshalTo(dAtA []byte) (int, error)
- func (m *BatchKey) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BatchKey) ProtoMessage()
- func (m *BatchKey) Reset()
- func (m *BatchKey) Size() (n int)
- func (m *BatchKey) String() string
- func (m *BatchKey) Unmarshal(dAtA []byte) error
- func (m *BatchKey) XXX_DiscardUnknown()
- func (m *BatchKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BatchKey) XXX_Merge(src proto.Message)
- func (m *BatchKey) XXX_Size() int
- func (m *BatchKey) XXX_Unmarshal(b []byte) error
- type BatchKeys
- func (*BatchKeys) Descriptor() ([]byte, []int)
- func (m *BatchKeys) GetKeys() []*BatchKey
- func (m *BatchKeys) Marshal() (dAtA []byte, err error)
- func (m *BatchKeys) MarshalTo(dAtA []byte) (int, error)
- func (m *BatchKeys) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BatchKeys) ProtoMessage()
- func (m *BatchKeys) Reset()
- func (m *BatchKeys) Size() (n int)
- func (m *BatchKeys) String() string
- func (m *BatchKeys) Unmarshal(dAtA []byte) error
- func (m *BatchKeys) XXX_DiscardUnknown()
- func (m *BatchKeys) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BatchKeys) XXX_Merge(src proto.Message)
- func (m *BatchKeys) XXX_Size() int
- func (m *BatchKeys) XXX_Unmarshal(b []byte) error
- type Keys
- func (*Keys) Descriptor() ([]byte, []int)
- func (m *Keys) GetKey() []string
- func (m *Keys) Marshal() (dAtA []byte, err error)
- func (m *Keys) MarshalTo(dAtA []byte) (int, error)
- func (m *Keys) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Keys) ProtoMessage()
- func (m *Keys) Reset()
- func (m *Keys) Size() (n int)
- func (m *Keys) String() string
- func (m *Keys) Unmarshal(dAtA []byte) error
- func (m *Keys) XXX_DiscardUnknown()
- func (m *Keys) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Keys) XXX_Merge(src proto.Message)
- func (m *Keys) XXX_Size() int
- func (m *Keys) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type BatchKey ¶
type BatchKey struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Field string `protobuf:"bytes,2,opt,name=field,proto3" json:"field,omitempty"` Value []byte `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` ContractName string `protobuf:"bytes,4,opt,name=contract_name,json=contractName,proto3" json:"contract_name,omitempty"` }
func (*BatchKey) Descriptor ¶
func (*BatchKey) GetContractName ¶
func (*BatchKey) MarshalToSizedBuffer ¶
func (*BatchKey) ProtoMessage ¶
func (*BatchKey) ProtoMessage()
func (*BatchKey) XXX_DiscardUnknown ¶
func (m *BatchKey) XXX_DiscardUnknown()
func (*BatchKey) XXX_Marshal ¶
func (*BatchKey) XXX_Unmarshal ¶
type BatchKeys ¶
type BatchKeys struct {
Keys []*BatchKey `protobuf:"bytes,1,rep,name=Keys,proto3" json:"Keys,omitempty"`
}
func (*BatchKeys) Descriptor ¶
func (*BatchKeys) MarshalToSizedBuffer ¶
func (*BatchKeys) ProtoMessage ¶
func (*BatchKeys) ProtoMessage()
func (*BatchKeys) XXX_DiscardUnknown ¶
func (m *BatchKeys) XXX_DiscardUnknown()
func (*BatchKeys) XXX_Marshal ¶
func (*BatchKeys) XXX_Unmarshal ¶
type Keys ¶
type Keys struct {
Key []string `protobuf:"bytes,1,rep,name=key,proto3" json:"key,omitempty"`
}
func (*Keys) Descriptor ¶
func (*Keys) ProtoMessage ¶
func (*Keys) ProtoMessage()
func (*Keys) XXX_DiscardUnknown ¶
func (m *Keys) XXX_DiscardUnknown()
func (*Keys) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.