Add ffmpeg converter to ogg format

This commit is contained in:
2025-08-11 10:11:13 +03:00
parent 87d8b05efb
commit c0d55c2088
7 changed files with 100 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ const (
type File struct {
Id string
Storage string
FileName string
Size int64
CreatedAt time.Time
}