Documentation ¶
Overview ¶
Package debug provides an exporter that will log all received gNMI messages for debugging purposes.
Index ¶
Constants ¶
View Source
const Name = "debug"
Variables ¶
This section is empty.
Functions ¶
func NewDebugExporter ¶
func NewDebugExporter(config *configuration.GatewayConfig) exporters.Exporter
Types ¶
type DebugExporter ¶
type DebugExporter struct {
// contains filtered or unexported fields
}
func (*DebugExporter) Export ¶
func (e *DebugExporter) Export(leaf *ctree.Leaf)
func (*DebugExporter) Name ¶
func (e *DebugExporter) Name() string
Click to show internal directories.
Click to hide internal directories.