Versions in this module Expand all Collapse all v5 v5.0.1 Nov 10, 2022 v5.0.0 Nov 10, 2022 Changes in this version + const DefaultExtraChecks + const GenerationDelta + const NetworkRetention + const TimestampKey + const TrackerListKey + const TrackerListVersion + var Forever = time.Time + type TrackedID struct + Creation time.Time + LastGeneration time.Time + NextGeneration time.Time + Persistent bool + Source *id.ID + ValidUntil time.Time + type Tracker interface + AddIdentity func(id *id.ID, validUntil time.Time, persistent bool) + AddIdentityWithHistory func(id *id.ID, validUntil, beginning time.Time, persistent bool) + ForEach func(n int, rng io.Reader, addressSize uint8, ...) error + GetIdentity func(get *id.ID) (TrackedID, error) + RemoveIdentity func(id *id.ID) + StartProcesses func() stoppable.Stoppable + func NewOrLoadTracker(session storage.Session, addrSpace address.Space) Tracker Other modules containing this package gitlab.com/elixxir/client/v4