package
0.0.0-20230906131821-fe7098b595ee
Repository: https://github.com/markdryan/ccloudvm.git
Documentation: pkg.go.dev
# Functions
Bootstrap installs all the core dependencies required to bootstrap the core configuration of all Ciao components.
InstallDeps installs all the dependencies defined in a component specific PackageRequirements in order to enable running the component.
NewPackageRequirements is a PackageRequirements constructor.
# Constants
Minimal versions supported by ciao.
Minimal versions supported by ciao.
# Variables
BootstrapRequirements lists required dependencies for absolutely core functionality across all Ciao components.
# Structs
PackageRequirement contains the BinaryName expected to exist on the filesystem once PackageName is installed (e.g: { '/usr/bin/qemu-system-x86_64', 'qemu'}).
# Type aliases
PackageRequirements type allows to create complex mapping to group a set of PackageRequirement to a single key.