Documentation ¶
Index ¶
- type Output
- func (o *Output) Block(message, bg, fg string)
- func (o *Output) BlockError(message string)
- func (o *Output) BlockInfo(message string)
- func (o *Output) BlockSuccess(message string)
- func (o *Output) BlockWarning(message string)
- func (o *Output) Line(message, fg string)
- func (o *Output) LineError(message string)
- func (o *Output) LineInfo(message string)
- func (o *Output) LineSuccess(message string)
- func (o *Output) LineWarning(message string)
- func (o *Output) NewLine(count int)
- type Runner
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Output ¶
type Output struct{}
func (*Output) BlockError ¶
func (*Output) BlockSuccess ¶
func (*Output) BlockWarning ¶
func (*Output) LineSuccess ¶
func (*Output) LineWarning ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func NewDefaultRunner ¶
Click to show internal directories.
Click to hide internal directories.