mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
refactor: extracted restful helpers into their own composable struct
This commit is contained in:
parent
91a743623a
commit
20075ae68d
8 changed files with 72 additions and 54 deletions
|
@ -16,6 +16,7 @@ import (
|
|||
|
||||
type artistRepository struct {
|
||||
sqlRepository
|
||||
sqlRestful
|
||||
indexGroups utils.IndexGroups
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue