Add MonitorAlbum component tests: 21 cases covering all flow diagrams (bufconn + testcontainers + hand-rolled mocks)
This commit is contained in:
@@ -11,6 +11,10 @@ import (
|
||||
"homelab.lan/music-agregator/internal/config"
|
||||
)
|
||||
|
||||
type Searcher interface {
|
||||
Search(query string, limit int32, indexer string) (*SearchResponse, error)
|
||||
}
|
||||
|
||||
type IndexerService struct {
|
||||
indexer Indexer
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user