Move ffmpeg service to adapters
This commit is contained in:
@@ -3,6 +3,6 @@ package contract
|
||||
type ObjectStorage interface {
|
||||
}
|
||||
|
||||
type FileConverter interface {
|
||||
type AudioFileConverter interface {
|
||||
Convert(src, dest string) error
|
||||
}
|
||||
|
Reference in New Issue
Block a user