rm unused
parent
aad5959350
commit
64c4d1908a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue