MCPcopy
hub / github.com/autobrr/qui / Get

Method Get

internal/services/jackett/service.go:36–36  ·  view source on GitHub ↗
(ctx context.Context, id int)

Source from the content-addressed store, hash-verified

34// IndexerStore defines the interface for indexer storage operations
35type IndexerStore interface {
36 Get(ctx context.Context, id int) (*models.TorznabIndexer, error)
37 List(ctx context.Context) ([]*models.TorznabIndexer, error)
38 ListEnabled(ctx context.Context) ([]*models.TorznabIndexer, error)
39 GetDecryptedAPIKey(indexer *models.TorznabIndexer) (string, error)

Callers 15

ParseMethod · 0.65
NormalizeMethod · 0.65
SearchIndexerMethod · 0.65
copyFileTailFunction · 0.65
getStmtMethod · 0.65
ChangePasswordMethod · 0.65
NewMetricsServerFunction · 0.65
GetMethod · 0.65
rewriteRequestMethod · 0.65
handleSyncMainDataMethod · 0.65
RoutesMethod · 0.65

Implementers 4

mockTorznabIndexerStoreinternal/services/jackett/service_test
failingDirScanIndexerStoreinternal/services/dirscan/service_inde
failingEnabledIndexerStoreinternal/services/crossseed/service_se
TorznabIndexerStoreinternal/models/torznab_indexer.go

Calls

no outgoing calls