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