Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartSpinning ¶
Types ¶
type Logger ¶
type Logger interface { Info(message string) Infof(format string, args ...interface{}) Warn(message string) Warnf(format string, args ...interface{}) Error(message string) Errorf(format string, args ...interface{}) Debug(message string) Debugf(format string, args ...interface{}) }
func NewLogger ¶
func NewLogger(opts ...LoggerOption) Logger
Click to show internal directories.
Click to hide internal directories.