Documentation
¶
Overview ¶
path: nexssp/flow/telemetry/executor.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionInvoker ¶
type HotPathExecutor ¶
type HotPathExecutor struct {
// contains filtered or unexported fields
}
func NewHotPathExecutor ¶
func NewHotPathExecutor(ring *ringbuf.Ring) *HotPathExecutor
func (*HotPathExecutor) ExecuteNode ¶
func (e *HotPathExecutor) ExecuteNode( ctx context.Context, nodeID [16]byte, invoker ActionInvoker, payloadInput []byte, ) (out any, err error)
Click to show internal directories.
Click to hide internal directories.