container_output.go 79 Bytes
Newer Older
1 2 3 4 5
package models

type BarkOutPut struct {
	AudioOut string `json:"audio_out"`
}