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

@ -14,6 +14,7 @@ import (
type mediaFileRepository struct {
sqlRepository
sqlRestful
}
func NewMediaFileRepository(ctx context.Context, o orm.Ormer) *mediaFileRepository {