Documentation ¶ Index ¶ func Clear(db sql.Executor) error func LegacySyncState(db sql.Executor) (time.Time, error) func SyncState(db sql.Executor) (time.Time, error) func UpdateLegacySyncState(db sql.Executor, timestamp time.Time) error func UpdateSyncState(db sql.Executor, timestamp time.Time) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Clear ¶ func Clear(db sql.Executor) error func LegacySyncState ¶ added in v1.7.13 func LegacySyncState(db sql.Executor) (time.Time, error) func SyncState ¶ added in v1.7.13 func SyncState(db sql.Executor) (time.Time, error) func UpdateLegacySyncState ¶ added in v1.7.13 func UpdateLegacySyncState(db sql.Executor, timestamp time.Time) error func UpdateSyncState ¶ func UpdateSyncState(db sql.Executor, timestamp time.Time) error Types ¶ This section is empty. Source Files ¶ View all Source files malsync.go Click to show internal directories. Click to hide internal directories.