mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-12-24 12:27:57 +08:00
6 lines
151 B
Go
6 lines
151 B
Go
package config
|
|
|
|
type DashboardConfig struct {
|
|
Elements map[string]DashboardElementConfig `yaml:"elements"` // TODO: rename this to `video_elements`
|
|
}
|