neuron

package
v2.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultNeuronUrl = "ipc:///tmp/neuron-ekuiper.ipc"
	PROTOCOL         = "pair"
)

Variables

View Source
var (
	NeuronTraceHeader           = []byte{0x0A, 0xCE}
	NeuronTraceIDStartIndex     = len(NeuronTraceHeader)
	NeuronTraceIDEndIndex       = NeuronTraceIDStartIndex + 16
	NeuronTraceSpanIDStartIndex = NeuronTraceIDEndIndex
	NeuronTraceSpanIDEndIndex   = NeuronTraceSpanIDStartIndex + 8
	NeuronTraceHeaderLen        = 2 + 16 + 8
)

Functions

func GetSink

func GetSink() api.Sink

func GetSource

func GetSource() api.Source

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL