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 Filter ¶ added in v0.4.0
type Filter struct {
// contains filtered or unexported fields
}
func ParseMatrixFilter ¶ added in v0.6.0
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 *Vector `yaml:"kernel,omitempty"`
Arch *Vector `yaml:"arch,omitempty"`
// catch other matrix fields
Custom map[string]*Vector `yaml:",inline,omitempty"`
}
type Vector ¶ added in v0.6.0
func (*Vector) MarshalYAML ¶ added in v0.6.0
func (*Vector) ResolveFields ¶ added in v0.6.0
Click to show internal directories.
Click to hide internal directories.