Documentation ¶
Index ¶
Constants ¶
View Source
const (
TrdlChannelsFileName = "trdl_channels.yaml"
)
View Source
const (
TrdlFileName = "trdl.yaml"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Trdl ¶
type TrdlChannels ¶
type TrdlChannels struct {
Groups []TrdlGroup `yaml:"groups,omitempty"`
}
func ParseTrdlChannels ¶
func ParseTrdlChannels(data []byte) (*TrdlChannels, error)
type TrdlGroup ¶
type TrdlGroup struct { Name string `yaml:"name"` Channels []TrdlGroupChannel `yaml:"channels,omitempty"` }
type TrdlGroupChannel ¶
Click to show internal directories.
Click to hide internal directories.