refactor: extracted restful helpers into their own composable struct
This commit is contained in:
@@ -16,6 +16,7 @@ import (
|
||||
|
||||
type artistRepository struct {
|
||||
sqlRepository
|
||||
sqlRestful
|
||||
indexGroups utils.IndexGroups
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user