Documentation ¶
Overview ¶
Package debug provides some export nodes that are aimed basically at debugging/testing
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NoopNode ¶
func NoopNode(_ context.Context, _ NoopEnabled) (node.TerminalFunc[[]request.Span], error)
func PrinterNode ¶
func PrinterNode(_ context.Context, _ PrintEnabled) (node.TerminalFunc[[]request.Span], error)
Types ¶
type NoopEnabled ¶
type NoopEnabled bool
func (NoopEnabled) Enabled ¶
func (n NoopEnabled) Enabled() bool
type PrintEnabled ¶
type PrintEnabled bool
func (PrintEnabled) Enabled ¶
func (p PrintEnabled) Enabled() bool
Click to show internal directories.
Click to hide internal directories.