Versions in this module Expand all Collapse all v1 v1.0.4 Nov 8, 2024 Changes in this version + func NewSqlite(dbPath string) (*sqliteStorage, error) + type ModifiedUpdater interface + UpdateModified func(ctx context.Context) error + type Storage interface + InsertPath func(ctx context.Context, path string, updatedAt time.Time) (*time.Time, error) + UpdateAccess func(ctx context.Context, path string) error + UpdateModified func(ctx context.Context, path string) error