actions

package
v0.29.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 20, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Processor

type Processor interface {
	Process(config string) string
}

type ReconfigurePipeline

type ReconfigurePipeline struct {
	// contains filtered or unexported fields
}

func NewReconfigurePipeline

func NewReconfigurePipeline(
	reconfigurer Reconfigurer,
	processor Processor,
	configWriter Writer,
) *ReconfigurePipeline

func (*ReconfigurePipeline) Run

func (r *ReconfigurePipeline) Run(target, pipeline, configPath, variablesPath string) error

type Reconfigurer

type Reconfigurer interface {
	Reconfigure(target, pipeline, configPath, variablesPath string) error
}

type Writer

type Writer interface {
	Write(content string) (string, error)
}

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL