From 6bd8a6c2cd153bad9ca044b409e55302e10206c1 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Sat, 2 May 2020 20:53:35 +0200 Subject: Restructure --- internal/feed/cache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/feed/cache.go') diff --git a/internal/feed/cache.go b/internal/feed/cache.go index 731eab1..5674de4 100644 --- a/internal/feed/cache.go +++ b/internal/feed/cache.go @@ -28,7 +28,7 @@ type CachedFeed interface { Failures() int Last() time.Time ID() string - filterItems(items []feeditem, ignoreHash bool, alwaysNew bool) []feeditem + filterItems(items []item, ignoreHash bool, alwaysNew bool) []item Commit() } -- cgit v1.2.3-70-g09d2