Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct { FfmpegPath string `env:"FFMPEG_PATH"` FfprobePath string `env:"FFPROBE_PATH"` IsDebug bool `env:"IS_DEBUG"` TestInput string `env:"TEST_INPUT"` TestOutput string `env:"TEST_OUTPUT"` }
func GetConfiguration ¶
func GetConfiguration() Configuration
Click to show internal directories.
Click to hide internal directories.