Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type UI ¶
type UI interface {
// Output method independent of the verbosity level
Printf(format string, a ...interface{})
// Leveled output methods
GetLevel() Level
SetLevel(l Level)
Tracef(s Style, format string, a ...interface{})
Debugf(s Style, format string, a ...interface{})
Infof(s Style, format string, a ...interface{})
Warnf(s Style, format string, a ...interface{})
Errorf(s Style, format string, a ...interface{})
}
UI is the interface for interacting with users in command-line applications.
Click to show internal directories.
Click to hide internal directories.