Documentation ¶
Overview ¶
Package bytecode contains types and functions for eBPF bytecode
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func VerifyAssetPermissions ¶
VerifyAssetPermissions checks that the file at the given path is owned by root, and does not have write permission for group and other; returns an error if this isn't the case
Types ¶
type AssetReader ¶ added in v0.9.0
AssetReader describes the combination of both io.Reader and io.ReaderAt
func GetReader ¶ added in v0.9.0
func GetReader(dir, name string) (AssetReader, error)
GetReader returns a new AssetReader for the specified file asset
Click to show internal directories.
Click to hide internal directories.