package
0.4.3
Repository: https://github.com/nethermindeth/eigenlayer.git
Documentation: pkg.go.dev

# Functions

NewPackageHandler creates a new PackageHandler instance for the given package path.
NewPackageHandlerFromURL clones the package from the given URL and returns.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

GitAuth is used to provide authentication to a private git repository.
InvalidConfError is returned when a manifest or profile file is invalid or incomplete.
Manifest represents the manifest file of a package.
NewPackageHandlerOptions is used to provide options to the NewPackageHandlerFromURL.
PackageDirNotFoundError is returned when a package directory is not found.
PackageFileNotFoundError is returned when a package file is not found.
PackageHandler is used to interact with an AVS node software package at the given path.
ParsingManifestError is returned when a manifest cannot be parsed.
ParsingProfileError is returned when a profile cannot be parsed.
No description provided by the author
ReadingDotEnvError is returned when a .env file cannot be read.
ReadingManifestError is returned when a manifest cannot be read.
ReadingProfileError is returned when a profile cannot be read.
RepositoryNotFoundError is returned when the given repository URL is not found.
RepositoryNotFoundOrPrivateError is returned when the specified repository URL cannot be found or accessed due to its private status.