Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GitHubActionsHome = filepath.Join(CacheHome, "/github/actions") // ActionsCache is the directory on the host machine where // all GitHub Action repositories are stored. ActionsCache = filepath.Join(GitHubActionsHome, "/actions") // RunnerTmp is the the directory on the host machine used as the source // for the mount at RUNNER_TEMP. RunnerTmp = filepath.Join(GitHubActionsHome, "/runner/tmp") // RunnerTmp is the the directory on the host machine used as the source // for the mount at RUNNER_TOOLCACHE. RunnerToolCache = filepath.Join(GitHubActionsHome, "/runner/toolcache") )
View Source
var ( AzureDevopsHome = filepath.Join(CacheHome, "/azure/devops") TasksCache = filepath.Join(AzureDevopsHome, "/tasks") )
View Source
var CacheHome = filepath.Join(xdg.CacheHome, "forge")
CacheHome is the directory on the host machine where Forge caches stuff.
View Source
var OreCache = filepath.Join(CacheHome, "/ore")
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.