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"` // catch other matrix fields Data map[string]*Vector `yaml:",inline,omitempty"` }
func (*Spec) GenerateEntries ¶
func (*Spec) HasUserValue ¶ added in v0.8.0
type Vector ¶ added in v0.6.0
func (*Vector) MarshalYAML ¶ added in v0.6.0
func (*Vector) ResolveFields ¶ added in v0.6.0
func (*Vector) UnmarshalYAML ¶ added in v0.6.0
Source Files ¶
Click to show internal directories.
Click to hide internal directories.