Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Printer ¶
type Printer struct {
// contains filtered or unexported fields
}
func NewPrinter ¶
func (*Printer) PrintAlignedLn ¶
type StepAmalgamated ¶
type StepAmalgamated struct {
// contains filtered or unexported fields
}
func NewStepAmalgamated ¶
func NewStepAmalgamated(name string, steps ...Step) *StepAmalgamated
func (*StepAmalgamated) Name ¶
func (s *StepAmalgamated) Name() string
type StepCodeGenerator ¶
type StepCodeGenerator struct {
// contains filtered or unexported fields
}
func NewStepCodeGenerator ¶
func NewStepCodeGenerator(printer printer, builder codeBuilder, outputFile string) *StepCodeGenerator
func (*StepCodeGenerator) Name ¶
func (s *StepCodeGenerator) Name() string
type StepCompile ¶
type StepCompile struct {
// contains filtered or unexported fields
}
func NewStepCompile ¶
func NewStepCompile(c compiler) *StepCompile
func (*StepCompile) Name ¶
func (s *StepCompile) Name() string
type StepDefaultInput ¶
type StepDefaultInput struct {
}
func (StepDefaultInput) Name ¶
func (StepDefaultInput) Name() string
type StepOutputValidationRule ¶
type StepOutputValidationRule struct {
// contains filtered or unexported fields
}
func NewStepOutputValidationRule ¶
func NewStepOutputValidationRule(v func(output.Output) error, ruleName string) *StepOutputValidationRule
func (*StepOutputValidationRule) Name ¶
func (s *StepOutputValidationRule) Name() string
type StepReadConfig ¶
type StepReadConfig struct {
// contains filtered or unexported fields
}
func NewStepReadConfig ¶
func NewStepReadConfig(printer printer, patterns []string) *StepReadConfig
func (*StepReadConfig) Name ¶
func (s *StepReadConfig) Name() string
type StepVerboseSwitchable ¶
type StepVerboseSwitchable struct {
// contains filtered or unexported fields
}
func NewStepVerboseSwitchable ¶
func NewStepVerboseSwitchable(parent Step, printer printer, i indenter) *StepVerboseSwitchable
func (*StepVerboseSwitchable) Active ¶
func (s *StepVerboseSwitchable) Active(active bool)
Click to show internal directories.
Click to hide internal directories.