Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Debug(...interface{}) error Info(...interface{}) error Warn(...interface{}) error Error(...interface{}) error }
Logger is the interface for the logger struct
type LoggerUI ¶
type LoggerUI struct {
// contains filtered or unexported fields
}
LoggerUI is a CLI UI for logging outputs
func NewLoggerUI ¶
NewLoggerUI creates new CLI UI which uses a logger for printing outputs
type UI ¶
UI is a CLI UI
func (*UI) Concurrent ¶
Concurrent creates a new UI which is safe to be used by multiple goroutines
Click to show internal directories.
Click to hide internal directories.