Move to types
This commit is contained in:
parent
a9adb5ebdd
commit
d185784cd1
1 changed files with 5 additions and 0 deletions
5
types/healtcheck.go
Normal file
5
types/healtcheck.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package types
|
||||
|
||||
type HealthCheckData struct {
|
||||
Command FFmpegCommand `json:"command"`
|
||||
}
|
Loading…
Add table
Reference in a new issue