Versions in this module Expand all Collapse all v1 v1.4.6 Feb 25, 2020 Changes in this version + type Collections struct + Map map[string]*KeysAndHashes + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Collections) Descriptor() ([]byte, []int) + func (*Collections) ProtoMessage() + func (dst *Collections) XXX_Merge(src proto.Message) + func (m *Collections) GetMap() map[string]*KeysAndHashes + func (m *Collections) Reset() + func (m *Collections) String() string + func (m *Collections) XXX_DiscardUnknown() + func (m *Collections) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Collections) XXX_Size() int + func (m *Collections) XXX_Unmarshal(b []byte) error + type KeyAndHash struct + Hash []byte + Key string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*KeyAndHash) Descriptor() ([]byte, []int) + func (*KeyAndHash) ProtoMessage() + func (dst *KeyAndHash) XXX_Merge(src proto.Message) + func (m *KeyAndHash) GetHash() []byte + func (m *KeyAndHash) GetKey() string + func (m *KeyAndHash) Reset() + func (m *KeyAndHash) String() string + func (m *KeyAndHash) XXX_DiscardUnknown() + func (m *KeyAndHash) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *KeyAndHash) XXX_Size() int + func (m *KeyAndHash) XXX_Unmarshal(b []byte) error + type KeysAndHashes struct + List []*KeyAndHash + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*KeysAndHashes) Descriptor() ([]byte, []int) + func (*KeysAndHashes) ProtoMessage() + func (dst *KeysAndHashes) XXX_Merge(src proto.Message) + func (m *KeysAndHashes) GetList() []*KeyAndHash + func (m *KeysAndHashes) Reset() + func (m *KeysAndHashes) String() string + func (m *KeysAndHashes) XXX_DiscardUnknown() + func (m *KeysAndHashes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *KeysAndHashes) XXX_Size() int + func (m *KeysAndHashes) XXX_Unmarshal(b []byte) error + type PurgeMgr interface + BlockCommitDone func() error + DeleteExpiredAndUpdateBookkeeping func(pvtUpdates *privacyenabledstate.PvtUpdateBatch, ...) error + PrepareForExpiringKeys func(expiringAtBlk uint64) + UpdateBookkeepingForPvtDataOfOldBlocks func(pvtUpdates *privacyenabledstate.PvtUpdateBatch) error + WaitForPrepareToFinish func() + func InstantiatePurgeMgr(ledgerid string, db privacyenabledstate.DB, btlPolicy pvtdatapolicy.BTLPolicy, ...) (PurgeMgr, error) + type PvtdataKeys struct + Map map[string]*Collections + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PvtdataKeys) Descriptor() ([]byte, []int) + func (*PvtdataKeys) ProtoMessage() + func (dst *PvtdataKeys) XXX_Merge(src proto.Message) + func (m *PvtdataKeys) GetMap() map[string]*Collections + func (m *PvtdataKeys) Reset() + func (m *PvtdataKeys) String() string + func (m *PvtdataKeys) XXX_DiscardUnknown() + func (m *PvtdataKeys) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PvtdataKeys) XXX_Size() int + func (m *PvtdataKeys) XXX_Unmarshal(b []byte) error Incompatible versions in this module v2.0.1+incompatible Feb 26, 2020