Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArgsFromAny ¶ added in v0.1.4
func FilterCoverageOutput ¶
FilterCoverageOutput filters the coverage output by removing any lines that contain generated protobuf files `.pg.go`.
Types ¶
type CommandTemplate ¶
type CommandTemplate struct {
Debug bool
CGO string
GoOS string
GoArch string
GoArm string
GoVersion string
GitRev string
GitHash string
GitHeadTag string
GitSlug string
LDFlags string
CWD string
OutputArtifact string
TargetPath string
CommandDir string
CommandName string
HomeDir string
AdditionalArtifacts map[string]string
}
func NewCommandTemplate ¶
func NewCommandTemplate(debug bool, commandDir string) *CommandTemplate
func (*CommandTemplate) SetPlatform ¶ added in v0.1.31
func (t *CommandTemplate) SetPlatform(os, arch, arm string)
Click to show internal directories.
Click to hide internal directories.