builder

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2018 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildTool

type BuildTool interface {
	Build(outputPath string, project *domain.Project, artifact *domain.Artifact, target *domain.Target) error
	Test(testPackage string, project *domain.Project) error
}

type GoBuildTool added in v0.5.0

type GoBuildTool struct{}

func (*GoBuildTool) Build added in v0.5.0

func (g *GoBuildTool) Build(outputPath string, project *domain.Project, artifact *domain.Artifact, target *domain.Target) error

func (*GoBuildTool) Test added in v0.5.0

func (g *GoBuildTool) Test(testPackage string, project *domain.Project) error

Jump to

Keyboard shortcuts

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