memories/config.go

8 lines
88 B
Go
Raw Normal View History

2022-11-10 12:27:29 +00:00
package main
type Config struct {
ffmpeg string
ffprobe string
2022-11-10 17:39:09 +00:00
chunkSize int
2022-11-10 12:27:29 +00:00
}