hostfs

package
v0.15.1 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// 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 CacheHome = filepath.Join(xdg.CacheHome, "forge")

CacheHome is the directory on the host machine where Forge caches stuff.

View Source
var CloudBuildWorkspace = filepath.Join(CacheHome, "/cloudbuild/workspace")

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