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.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/feed/cache.go b/internal/feed/cache.go
index 735a7d6..2a51cb5 100644
--- a/internal/feed/cache.go
+++ b/internal/feed/cache.go
@@ -27,6 +27,8 @@ type CachedFeed interface {
Checked(withFailure bool)
Failures() uint
Last() time.Time
+ filterItems([]feeditem) []feeditem
+ Commit()
}
func cacheForVersion(version Version) (Cache, error) {
span> 2010-09-060.14.1René 'Necoro' Neumann2-1/+5 2010-05-12Updated screenshotsRené 'Necoro' Neumann7-1/+2 2010-05-12Update page -- esp. mention the new version; install mechanisms to update ↵René 'Necoro' Neumann5-5/+26 the current version easily 2010-05-11Make sure, that the changelog parser returns unicode objects as they are ↵René 'Necoro' Neumann1-2/+2 expected by mako