Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultTrdlChannelsPath = "trdl_channels.yaml"
)
View Source
const (
DefaultTrdlPath = "trdl.yaml"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Trdl ¶
type Trdl struct { DockerImage string `yaml:"dockerImage,omitempty"` DockerImageOld string `yaml:"docker_image,omitempty"` // legacy Commands []string `yaml:"commands,omitempty"` }
func (*Trdl) GetDockerImage ¶
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.