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
|
@ -11,6 +11,7 @@ import (
|
|||
|
||||
type transcodingRepository struct {
|
||||
sqlRepository
|
||||
sqlRestful
|
||||
}
|
||||
|
||||
func NewTranscodingRepository(ctx context.Context, o orm.Ormer) model.TranscodingRepository {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue