mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
fix(indexers): delete and clean (#343)
This commit is contained in:
parent
652bd8f6f3
commit
33e3691737
4 changed files with 87 additions and 14 deletions
|
@ -16,6 +16,7 @@ type IndexerRepo interface {
|
|||
List(ctx context.Context) ([]Indexer, error)
|
||||
Delete(ctx context.Context, id int) error
|
||||
FindByFilterID(ctx context.Context, id int) ([]Indexer, error)
|
||||
FindByID(ctx context.Context, id int) (*Indexer, error)
|
||||
}
|
||||
|
||||
type Indexer struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue