events

package
v0.1.0-rc3 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Printer

type Printer interface {
	Print(input string, events <-chan types.Progress) error
}

func NewPrinter

func NewPrinter(quiet, details bool) Printer

type Quiet

type Quiet struct {
}

func (*Quiet) Print

func (q *Quiet) Print(input string, events <-chan types.Progress) error

type Verbose

type Verbose struct {
	Details bool
}

func (*Verbose) Print

func (v *Verbose) Print(input string, events <-chan types.Progress) error

Jump to

Keyboard shortcuts

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