Versions in this module Expand all Collapse all v0 v0.1.0 Dec 19, 2023 Changes in this version + type Option func(*PeerstoreManager) error + func WithCleanupInterval(t time.Duration) Option + func WithGracePeriod(p time.Duration) Option + type PeerstoreManager struct + func NewPeerstoreManager(pstore peerstore.Peerstore, eventBus event.Bus, network network.Network, ...) (*PeerstoreManager, error) + func (m *PeerstoreManager) Close() error + func (m *PeerstoreManager) Start()