package
0.0.0-20250318002844-2dea39260d94
Repository: https://github.com/mudler/luet.git
Documentation: pkg.go.dev

# Variables

EventImagePostBuild is the event fired after an image is being built.
EventImagePostPull is the event fired after an image is being pulled.
EventImagePostPush is the event fired after an image is being pushed.
EventImagePostUnPack is the event fired after unpacking an image to a local dir.
EventImagePreBuild is the event fired before a image is being built.
EventImagePrePull is the event fired before a image is being pulled.
EventImagePrePush is the event fired before a image is being pushed.
EventImagePreUnPack is the event fired before unpacking an image to a local dir.
EventPackageInstall is the event fired when a new package is being installed.
EventPackagePostBuild is the event fired after a package was built.
EventPackagePostBuildArtifact is the event fired after a package tarball is generated.
EventPackagePreBuild is the event fired before a package is being built.
EventPackagePreBuildArtifact is the event fired before a package tarball is being generated.
EventPackageUnInstall is the event fired when a new package is being uninstalled.
EventPostUpgrade is the event fired after an upgrade is done.
EventPreUpgrade is the event fired before an upgrade is attempted.
EventRepositoryPostBuild is the event fired after a repository was built.
EventRepositoryPreBuild is the event fired before a repository is being built.
Manager is the bus instance manager, which subscribes plugins to events emitted by Luet.

# Structs

No description provided by the author