1 2 3 4 5 6 7
package main import "github.com/keuin/slbr/recording" type GlobalConfig struct { Tasks []recording.TaskConfig `mapstructure:"tasks"` }