rm unused

main
Bel LaPointe 2025-05-08 15:04:44 -06:00
parent aad5959350
commit 64c4d1908a
1 changed files with 0 additions and 5 deletions

View File

@ -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