output

package
v3.12.1 Latest Latest
Warning

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

Go to latest
Published: May 10, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Group

type Group struct {
	Begin, End string
}

func (Group) WrapWriter

func (g Group) WrapWriter(w io.Writer, _ string, tmpl Templater) io.Writer

type Interleaved

type Interleaved struct{}

func (Interleaved) WrapWriter

func (Interleaved) WrapWriter(w io.Writer, _ string, _ Templater) io.Writer

type Output

type Output interface {
	WrapWriter(w io.Writer, prefix string, tmpl Templater) io.Writer
}

func BuildFor added in v3.11.0

func BuildFor(o *taskfile.Output) (Output, error)

Build the Output for the requested taskfile.Output.

type Prefixed

type Prefixed struct{}

func (Prefixed) WrapWriter

func (Prefixed) WrapWriter(w io.Writer, prefix string, _ Templater) io.Writer

type Templater added in v3.11.0

type Templater interface {
	// Replace replaces the provided template string with a rendered string.
	Replace(tmpl string) string
}

Templater executes a template engine. It is provided by the templater.Templater package.

Jump to

Keyboard shortcuts

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