Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Console ¶
type Console interface { Success(format string, a ...any) Info(format string, a ...any) Debug(format string, a ...any) Warning(format string, a ...any) Error(format string, a ...any) Fatalln(format string, a ...any) MarkDone() Must(err error) }
Console wraps from the fmt.Sprintf, by default, it implemented the colorConsole to provide the colorful output to the console and the ideaConsole to output with prefix for the plugin of intellij
func NewColorConsole ¶
NewColorConsole returns an instance of colorConsole
func NewIdeaConsole ¶
func NewIdeaConsole() Console
NewIdeaConsole returns an instance of ideaConsole
Click to show internal directories.
Click to hide internal directories.