Documentation
¶
Index ¶
Constants ¶
View Source
const ModuleName = "console"
const ModuleName = "node:console"
Variables ¶
This section is empty.
Functions ¶
func RequireWithPrinter ¶
func RequireWithPrinter(printer Printer) require.ModuleLoader
Types ¶
type ExecPrinter ¶ added in v1.2.1
func (*ExecPrinter) Error ¶ added in v1.2.1
func (e *ExecPrinter) Error(msg string)
func (*ExecPrinter) Log ¶ added in v1.2.1
func (e *ExecPrinter) Log(msg string)
func (*ExecPrinter) Warn ¶ added in v1.2.1
func (e *ExecPrinter) Warn(msg string)
type PrinterFunc ¶
type PrinterFunc func(s string)
func (PrinterFunc) Error ¶
func (p PrinterFunc) Error(s string)
func (PrinterFunc) Log ¶
func (p PrinterFunc) Log(s string)
func (PrinterFunc) Warn ¶
func (p PrinterFunc) Warn(s string)
Click to show internal directories.
Click to hide internal directories.