Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConditionConfig ¶
type ConditionConfig struct {
Conditions []ConditionItemConfig `yaml:"conditions"`
}
type ConditionItemConfig ¶
type Option ¶ added in v2.1.1
func WithConfigFile ¶
WithConfigFile sets a filename to read the configuration file.
func WithConfigReader ¶
WithConfigReader sets an io.Reader to read the configuration file.
func WithConstants ¶ added in v2.1.1
WithConstants adds extra constants to the scripts.
func WithLogger ¶ added in v2.1.1
WithLogger sets a logger for debugging purposes.
type Plugin ¶ added in v2.1.1
func (*Plugin) AddConstants ¶ added in v2.1.1
func (*Plugin) IsPanylPlugin ¶ added in v2.1.1
func (p *Plugin) IsPanylPlugin()
func (*Plugin) PostProcess ¶ added in v2.1.1
func (*Plugin) PostProcessOrder ¶ added in v2.1.1
Click to show internal directories.
Click to hide internal directories.