printer

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2020 License: MIT Imports: 3 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 struct {
	Writer  io.Writer
	Colored *bool
	// contains filtered or unexported fields
}

Printer simple printing implement

func NewPrinter

func NewPrinter(writer io.Writer, colored *bool) *Printer

NewPrinter create a Printer with Writer to print and colored config

func (*Printer) Danger

func (p *Printer) Danger(format string, a ...interface{}) string

func (*Printer) DangerLabel

func (p *Printer) DangerLabel(format string, a ...interface{}) string

func (*Printer) Faint

func (p *Printer) Faint(format string, a ...interface{}) string

func (*Printer) Highlight

func (p *Printer) Highlight(format string, a ...interface{}) string

func (*Printer) Println

func (p *Printer) Println(content string, indentLevel int)

func (*Printer) SetupColor

func (p *Printer) SetupColor(color *color.Color)

func (*Printer) Success

func (p *Printer) Success(format string, a ...interface{}) string

func (*Printer) SuccessLabel

func (p *Printer) SuccessLabel(format string, a ...interface{}) string

func (*Printer) Warning

func (p *Printer) Warning(format string, a ...interface{}) string

func (*Printer) WarningLabel

func (p *Printer) WarningLabel(format string, a ...interface{}) string

Jump to

Keyboard shortcuts

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