Documentation
¶
Overview ¶
Package debug provides some export nodes that are aimed basically at debugging/testing
Index ¶
Constants ¶
View Source
const ( TracePrinterDisabled = TracePrinter("disabled") TracePrinterCounter = TracePrinter("counter") TracePrinterText = TracePrinter("text") TracePrinterJSON = TracePrinter("json") TracePrinterJSONIndent = TracePrinter("json_indent") )
Variables ¶
This section is empty.
Functions ¶
func PrinterNode ¶
func PrinterNode(p TracePrinter, input *msg.Queue[[]request.Span]) swarm.InstanceFunc
Types ¶
type TracePrinter ¶
type TracePrinter string
func (TracePrinter) Enabled ¶
func (t TracePrinter) Enabled() bool
func (TracePrinter) Valid ¶
func (t TracePrinter) Valid() bool
Click to show internal directories.
Click to hide internal directories.