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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.