reporters

package
v1.13.0 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Console

type Console struct {
	// contains filtered or unexported fields
}

func NewConsole

func NewConsole(out io.Writer) *Console

func (*Console) Report

func (c *Console) Report(ctx context.Context, stream runner.Stream) error

type Reporter

type Reporter interface {
	Report(ctx context.Context, stream runner.Stream) error
}

type Silent

type Silent struct{}

func NewSilent

func NewSilent() *Silent

func (*Silent) Report

func (c *Silent) Report(ctx context.Context, stream runner.Stream) error

Jump to

Keyboard shortcuts

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