Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Meta ¶
Meta contains the meta-options and functionality that nearly every Nomad command inherits.
type ProcessedRunArtifact ¶
type ProcessedRunArtifact struct { Run *github.WorkflowRun TestResults []junit.Suite AggregatedTotals junit.Totals }
func (*ProcessedRunArtifact) Failed ¶
func (p *ProcessedRunArtifact) Failed() bool
type RunCommand ¶
type RunCommand struct {
Meta *Meta
}
func (*RunCommand) Help ¶
func (a *RunCommand) Help() string
func (*RunCommand) Name ¶
func (a *RunCommand) Name() string
func (*RunCommand) Run ¶
func (a *RunCommand) Run(args []string) int
func (*RunCommand) Synopsis ¶
func (a *RunCommand) Synopsis() string
Click to show internal directories.
Click to hide internal directories.