diff --git a/src/feeds/db.go b/src/feeds/db.go index 91883bf..d38bb95 100644 --- a/src/feeds/db.go +++ b/src/feeds/db.go @@ -3,7 +3,6 @@ package feeds import ( "context" "fmt" - "io" "net/url" "show-rss/src/db" "show-rss/src/server" @@ -224,10 +223,6 @@ func Update(ctx context.Context, id string, url, cron, pattern, webhookMethod, w ) } -func (feed Feed) Delete(ctx context.Context) error { - return io.EOF -} - func getEntry(ctx context.Context, id string) (Entry, error) { if err := initDB(ctx); err != nil { return Entry{}, err