output

package
v3.38.2 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type CloseFunc

type CloseFunc func(err error) error

type Group

type Group struct {
	Begin, End string
	ErrorOnly  bool
}

func (Group) WrapWriter

func (g Group) WrapWriter(stdOut, _ io.Writer, _ string, cache *templater.Cache) (io.Writer, io.Writer, CloseFunc)

type Interleaved

type Interleaved struct{}

func (Interleaved) WrapWriter

func (Interleaved) WrapWriter(stdOut, stdErr io.Writer, _ string, _ *templater.Cache) (io.Writer, io.Writer, CloseFunc)

type Output

type Output interface {
	WrapWriter(stdOut, stdErr io.Writer, prefix string, cache *templater.Cache) (io.Writer, io.Writer, CloseFunc)
}

func BuildFor

func BuildFor(o *ast.Output, logger *logger.Logger) (Output, error)

Build the Output for the requested ast.Output.

type Prefixed

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

func NewPrefixed

func NewPrefixed(logger *logger.Logger) Prefixed

func (Prefixed) WrapWriter

func (p Prefixed) WrapWriter(stdOut, _ io.Writer, prefix string, _ *templater.Cache) (io.Writer, io.Writer, CloseFunc)

Jump to

Keyboard shortcuts

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