printer

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: May 11, 2024 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

Danger print danger.

func (*Printer) DangerLabel

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

DangerLabel print danger as label.

func (*Printer) Faint

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

Faint print faint.

func (*Printer) Highlight

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

Highlight print highlight.

func (*Printer) Println

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

Println print a line with indent level.

func (*Printer) Success

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

Success print success.

func (*Printer) SuccessLabel

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

SuccessLabel print success as label.

func (*Printer) Warning

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

Warning print warning.

func (*Printer) WarningLabel

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

WarningLabel print warning as label.

Jump to

Keyboard shortcuts

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