builder

package
v1.0.5-0...-fc905a9 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2021 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

type GoBuildTool struct{}

func (*GoBuildTool) Build

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

func (*GoBuildTool) Test

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