refactor: extracted restful helpers into their own composable struct

This commit is contained in:
Deluan 2020-03-21 20:00:46 -04:00
parent 91a743623a
commit 20075ae68d
8 changed files with 72 additions and 54 deletions

View file

@ -16,6 +16,7 @@ import (
type artistRepository struct {
sqlRepository
sqlRestful
indexGroups utils.IndexGroups
}