Files
streamctl/pkg/streamd/config/dashboard_config.go

6 lines
151 B
Go

package config
type DashboardConfig struct {
Elements map[string]DashboardElementConfig `yaml:"elements"` // TODO: rename this to `video_elements`
}