MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / console

Struct console

pkg/outputs/console/console.go:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41)
42
43type console struct {
44 writer *bufio.Writer
45 formatter *event.Formatter
46 colorFormatter *event.ColorFormatter
47 format format
48}
49
50func init() {
51 outputs.Register(outputs.Console, initConsole)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected