aboutsummaryrefslogtreecommitdiff
path: root/internal/feed/cache.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/feed/cache.go')
-rw-r--r--internal/feed/cache.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/feed/cache.go b/internal/feed/cache.go
index f1dfb77..731eab1 100644
--- a/internal/feed/cache.go
+++ b/internal/feed/cache.go
@@ -27,6 +27,7 @@ type CachedFeed interface {
Checked(withFailure bool)
Failures() int
Last() time.Time
+ ID() string
filterItems(items []feeditem, ignoreHash bool, alwaysNew bool) []feeditem
Commit()
}