Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrBuildFormulaBuildBat = errors.New(msgBatBuildErr) ErrBuildOnWindows = errors.New(msgBuildOnWindows) )
View Source
var ErrBuildFormulaMakefile = errors.New(msgMakeBuildErr)
View Source
var ErrBuildFormulaShell = errors.New(msgShellBuildErr)
View Source
var ErrDockerBuild = errors.New("failed building formula with Docker, we will try to build your formula locally")
Functions ¶
This section is empty.
Types ¶
type BatManager ¶
type BatManager struct {
// contains filtered or unexported fields
}
func NewBuildBat ¶
func NewBuildBat(file stream.FileExister) BatManager
type DockerManager ¶
type DockerManager struct {
// contains filtered or unexported fields
}
func NewBuildDocker ¶
func NewBuildDocker(file stream.FileExister) DockerManager
type Initializer ¶
type LocalManager ¶
type LocalManager struct {
// contains filtered or unexported fields
}
func NewBuildLocal ¶
func NewBuildLocal( ritHome string, dir stream.DirCreateListCopyRemover, repo formula.RepositoryAdder, ) LocalManager
type ShellManager ¶
type ShellManager struct { }
func NewBuildShell ¶
func NewBuildShell() ShellManager
Click to show internal directories.
Click to hide internal directories.