Versions in this module Expand all Collapse all v3 v3.0.1 Dec 25, 2023 v3.0.0 Dec 23, 2022 Changes in this version + var ErrIntOverflowBatchKeys = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthBatchKeys = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupBatchKeys = fmt.Errorf("proto: unexpected end of group") + type BatchKey struct + ContractName string + Field string + Key string + Value []byte + func (*BatchKey) Descriptor() ([]byte, []int) + func (*BatchKey) ProtoMessage() + 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 (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 struct + Keys []*BatchKey + func (*BatchKeys) Descriptor() ([]byte, []int) + func (*BatchKeys) ProtoMessage() + 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 (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 struct + Key []string + func (*Keys) Descriptor() ([]byte, []int) + func (*Keys) ProtoMessage() + 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 (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 Other modules containing this package chainmaker.org/chainmaker/pb-go/v2