refactor: extracted restful helpers into their own composable struct
This commit is contained in:
@@ -13,6 +13,7 @@ import (
|
||||
|
||||
type albumRepository struct {
|
||||
sqlRepository
|
||||
sqlRestful
|
||||
}
|
||||
|
||||
func NewAlbumRepository(ctx context.Context, o orm.Ormer) model.AlbumRepository {
|
||||
|
||||
Reference in New Issue
Block a user