move ffmpeg command to seperate table

This commit is contained in:
Samuel Lorch 2024-06-23 22:47:50 +02:00
parent 72dfd2408f
commit cdeb266e38
20 changed files with 245 additions and 84 deletions

View file

@ -1,5 +1,4 @@
package types
type HealthCheckData struct {
Command FFmpegCommand `json:"command"`
}