Documentation
¶
Index ¶
- Variables
- type Printer
- type SilentPrint
- type SimplePrint
- func (p *SimplePrint) Cprintf(colorAttribute *color.Attribute, format string, args ...interface{}) (n int, err error)
- func (p *SimplePrint) DebugMessage(message, comment string)
- func (p *SimplePrint) Error(err error)
- func (p *SimplePrint) Message(message string, colorAttribute *color.Attribute, comment string)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type SilentPrint ¶ added in v1.4.0
type SilentPrint struct {
*SimplePrint
}
func NewSilentPrint ¶ added in v1.4.0
func NewSilentPrint() *SilentPrint
type SimplePrint ¶
type SimplePrint struct {
// contains filtered or unexported fields
}
func NewSimplePrint ¶
func NewSimplePrint(w io.Writer) *SimplePrint
func (*SimplePrint) DebugMessage ¶
func (p *SimplePrint) DebugMessage(message, comment string)
func (*SimplePrint) Error ¶
func (p *SimplePrint) Error(err error)
Click to show internal directories.
Click to hide internal directories.