Documentation
¶
Overview ¶
Package caplets contains functions to enumerate, load and execute caplets.
Index ¶
Constants ¶
View Source
const ( EnvVarName = "CAPSPATH" Suffix = ".cap" InstallArchive = "https://github.com/bettercap/caplets/archive/master.zip" )
Variables ¶
View Source
var ( InstallBase = getInstallBase() InstallPathArchive = filepath.Join(InstallBase, "caplets-master") InstallPath = filepath.Join(InstallBase, "caplets") ArchivePath = filepath.Join(os.TempDir(), "caplets.zip") LoadPaths = []string{ "./", "./caplets/", InstallPath, filepath.Join(getUserHomeDir(), "caplets"), } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.