Move ffmpeg service to adapters

This commit is contained in:
2025-08-12 14:30:48 +03:00
parent bb3247d391
commit 03106830e5
5 changed files with 27 additions and 16 deletions

View File

@@ -3,6 +3,6 @@ package contract
type ObjectStorage interface {
}
type FileConverter interface {
type AudioFileConverter interface {
Convert(src, dest string) error
}