Versions in this module Expand all Collapse all v0 v0.8.0 Mar 24, 2026 Changes in this version + func PersistenceNudgeNeeded(count, sinceNudge int) bool + func WritePersistenceState(path string, s State) + type State struct + Count int + LastMtime int64 + LastNudge int + func ReadPersistenceState(path string) (State, bool)