bytecode

package
v0.0.0-...-6ed9993 Latest Latest
Warning

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

Go to latest
Published: May 3, 2024 License: Apache-2.0, Apache-2.0 Imports: 5 Imported by: 0

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

func VerifyAssetPermissions(assetPath string) error

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

type AssetReader interface {
	io.Reader
	io.ReaderAt
	io.Closer
}

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

Jump to

Keyboard shortcuts

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