builder

package
v0.0.0-...-be36c56 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2018 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Builder

type Builder interface {
	Build(context.Context, *models.Build, io.Writer) (int, error)
}

type DockerBuilder

type DockerBuilder struct {
}

func (*DockerBuilder) Build

func (b *DockerBuilder) Build(ctx context.Context, build *models.Build, w io.Writer) (int, error)

Build triggers a build defined by *models.Build, it will log the output to w. if w is nil os.Stdout will be used

Jump to

Keyboard shortcuts

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