hostfs

package
v0.14.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 17, 2024 License: MIT Imports: 2 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL