Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(reg *execution.ActionRegistry)
Register registers all package actions with the given registry.
Types ¶
type Install ¶
type Install struct{ Impl *Provider }
Install installs packages using the platform's package manager.
type Provider ¶
type Provider struct{}
Provider provides platform-independent package management. The package manager is resolved at runtime via host.PackageManager().
type Remove ¶
type Remove struct{ Impl *Provider }
Remove removes packages using the platform's package manager.
type Update ¶
type Update struct{ Impl *Provider }
Update refreshes the package manager index.
Click to show internal directories.
Click to hide internal directories.