build

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2020 License: GPL-2.0 Imports: 1 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 {
	Start()
}

Builder is an interface for builders

type Job

type Job struct {
	Application string
	Directory   string
	Command     string
	UserData    interface{}
}

Job describes abuild job

type Result

type Result struct {
	Job   *Job
	Error error

	StartTs  time.Time
	StopTs   time.Time
	ExitCode int
	Output   string
}

Result result of a build job

Directories

Path Synopsis
Package seq provides a sequential builder.
Package seq provides a sequential builder.

Jump to

Keyboard shortcuts

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