Documentation ¶
Overview ¶
Package printer contains functionality to write output
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Output = os.Stdout
Functions ¶
This section is empty.
Types ¶
type DefaultPrinter ¶
type DefaultPrinter struct{}
func (DefaultPrinter) Print ¶
func (d DefaultPrinter) Print(info *disk.PlotInfo)
Print prints the amount of plots left
type VerbosePrinter ¶
type VerbosePrinter struct{}
func (VerbosePrinter) Print ¶
func (v VerbosePrinter) Print(info *disk.PlotInfo)
Print prints two lines with the following columns: Path, Total Amount of Plots, Amount of Plots Stored, Plots Left
Click to show internal directories.
Click to hide internal directories.