runner

package
v0.0.0-...-bdd6773 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2017 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(yml string, env string) int

Run : run it!

Types

type ColoredUI

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

func (*ColoredUI) Error

func (c *ColoredUI) Error(format string, a ...interface{})

func (*ColoredUI) Info

func (c *ColoredUI) Info(format string, a ...interface{})

func (*ColoredUI) Message

func (c *ColoredUI) Message(format string, a ...interface{})

func (*ColoredUI) Output

func (c *ColoredUI) Output(format string, a ...interface{})

func (*ColoredUI) Warning

func (c *ColoredUI) Warning(format string, a ...interface{})

type PipelineRunner

type PipelineRunner interface {
	Setup()
	Run(helpers []string) (string, error)
	Close()
}

PipelineRunner : create the pipelines inner

type UI

type UI interface {
	Output(format string, a ...interface{})
	Message(format string, a ...interface{})
	Info(format string, a ...interface{})
	Warning(format string, a ...interface{})
	Error(format string, a ...interface{})
}

Jump to

Keyboard shortcuts

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