tracker

package
v0.1.64 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewManager

func NewManager() *manager

Types

type Callback

type Callback func(msg PortMsg)

type Manager

type Manager interface {
	Track(ctx context.Context, msg PortMsg)
	Register(tracker v1alpha1.TinyTracker) error
	Deregister(name string) error
}

type PortMsg

type PortMsg struct {
	NodeName string
	EdgeID   string
	PortName string
	FlowID   string
	Data     []byte
	Err      error
}

Jump to

Keyboard shortcuts

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