Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "dev" Commit = "unknown" BuildDate = "unknown" )
Version information - set at build time via ldflags
Functions ¶
func SetBPFLoaders ¶
func SetBPFLoaders(l BPFLoaders)
SetBPFLoaders sets the BPF loader functions (called from main)
Types ¶
type BPFLoader ¶
type BPFLoader func() (io.ReadCloser, func(), error)
BPFLoader is a function type for loading BPF and returning a reader
type BPFLoaders ¶
BPFLoaders holds the different BPF loader functions
Click to show internal directories.
Click to hide internal directories.