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 `yaml:"-"`
Include []*specItem `yaml:"include,omitempty"`
Exclude []*specItem `yaml:"exclude,omitempty"`
// TODO: validate kernel and arch values to ensure
// tools get expected value set
Kernel []string `yaml:"kernel,omitempty"`
Arch []string `yaml:"arch,omitempty"`
// catch other matrix fields
Custom map[string][]string `yaml:",omitempty" rs:"other"`
}
Click to show internal directories.
Click to hide internal directories.