Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Printer ¶
type Printer interface {
Print(str string)
PrintSuccess()
PrintError()
}
Printer defines the methods for printing messages
func NewPrinterWithTargetPod ¶
NewPrinterWithTargetPod returns new instance of Printer with target pod
Click to show internal directories.
Click to hide internal directories.