Versions in this module Expand all Collapse all v0 v0.1.3 Oct 3, 2023 v0.1.2 Oct 3, 2023 Changes in this version + const PrefixConflictDAG + const PrefixEpochsStorage + const PrefixHealth + const PrefixIndexer + const PrefixLedger + const PrefixMana + const PrefixMarkers + const PrefixMesh + const PrefixNotarization + const PrefixPeer + type CacheTimeProvider struct + func NewCacheTimeProvider(forceCacheTime time.Duration) *CacheTimeProvider + func (m *CacheTimeProvider) CacheTime(duration time.Duration) objectstorage.Option + type DB interface + Close func() error + GC func() error + NewStore func() kvstore.KVStore + RequiresGC func() bool + func NewDB(dirname string) (DB, error) + func NewMemDB() (DB, error)