Move to types

This commit is contained in:
speatzle 2024-05-09 19:08:57 +02:00
parent a9adb5ebdd
commit d185784cd1

5
types/healtcheck.go Normal file
View file

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