fsreporter

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2019 License: MIT Imports: 9 Imported by: 0

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

type FsReporter struct {
	Path   string
	Report Report
	// contains filtered or unexported fields
}

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL