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

@ -11,6 +11,7 @@ import (
type transcodingRepository struct {
sqlRepository
sqlRestful
}
func NewTranscodingRepository(ctx context.Context, o orm.Ormer) model.TranscodingRepository {