package
0.8.15
Repository: https://github.com/aserto-dev/mage-loot.git
Documentation: pkg.go.dev

# Functions

BinDep returns a command for running a binary dependency.
BinDepOut returns a command for running a binary dependency.
BinDepOutWithEnv returns a command for running a binary dependency.
BinDepWithEnv returns a command for running a binary dependency.
BinDir returns the absolute path to the bin directory of tools that are not go.
BinExec returns a command for running a binary dependency.
No description provided by the author
DefBinDep makes sure a dependency is downloaded and makes it available as a runnable command.
DefGoDep defines a go dependency that can be installed using a command like `go install github.com/aserto-dev/[email protected]`.
DefLibDep makes sure a lib dependency is downloaded and unpacks it.
LibDir returns the absolute path to the ext tmp dir.
GetAllDeps explicitly goes through all dependencies and downloads them, even if they might not be used.
GoBinDir returns the absolute path to the bin directory of tools.
No description provided by the author
GoDep returns a command for running a go dependency.
GoDepOutput returns a command for running a go dependency.
GoDepOutputWith returns a command for running a go dependency with env vars.
GoDepWithEnv returns a command for running a go dependency.
LibDir returns the absolute path to the lib dir.
WithLibPrefix tells us we should remove the specified prefix from the lib paths.
WithTGzPaths tells us the binary or lib lives inside a tarred and gzipped archive.
WithTXzPaths tells us the binary or lib lives inside a tarred and xz utility compressed archive.
WithZipPaths tells us the binary or lib lives inside a zip archive.

# Type aliases

Option is a setting that changes the behavior of downloading and configuring a binary or a library.