Documentation ¶
Index ¶
Constants ¶
View Source
const ( StateOk = "OK" StateFail = "FAIL" StateUnknown = "???" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InfoPrinter ¶
type InfoPrinter struct {
// contains filtered or unexported fields
}
func NewInfoPrinter ¶
func NewInfoPrinter() *InfoPrinter
func (*InfoPrinter) Action ¶
func (p *InfoPrinter) Action(a string)
func (*InfoPrinter) Push ¶
func (p *InfoPrinter) Push(state string)
Click to show internal directories.
Click to hide internal directories.