Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Entry ¶
func (Entry) BriefString ¶
BriefString return all values concatenated with slash
type Spec ¶
type Spec struct {
rs.BaseField
Include []*specItem `yaml:"include"`
Exclude []*specItem `yaml:"exclude"`
// TODO: validate kernel and arch values to ensure
// tools get expected value set
Kernel []string `yaml:"kernel"`
Arch []string `yaml:"arch"`
// catch other matrix fields
Custom map[string][]string `rs:"other"`
}
Click to show internal directories.
Click to hide internal directories.