Documentation ¶
Overview ¶
SPDX-License-Identifier: MIT Copyright (c) 2019 Hadrien Chauvin
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FsReporter ¶
func New ¶
func New(path string) (*FsReporter, error)
func (*FsReporter) CommandOutput ¶
func (reporter *FsReporter) CommandOutput(info *batch.CommandInfo) (io.WriteCloser, error)
func (*FsReporter) CommandResult ¶
func (reporter *FsReporter) CommandResult(result *batch.CommandResult)
func (*FsReporter) EnvironmentSetupResult ¶
func (reporter *FsReporter) EnvironmentSetupResult(result *batch.EnvironmentSetupResult)
func (*FsReporter) Finalize ¶
func (reporter *FsReporter) Finalize() error
type Report ¶
type Report struct { EnvironmentSetupResults []batch.EnvironmentSetupResult Results []batch.CommandResult }
Click to show internal directories.
Click to hide internal directories.