hostfs

package
v0.2.5 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2023 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 Actions-related stuff is stored.
	ActionsCache = filepath.Join(xdg.CacheHome, ".forge")
	// ActionCache is the directory on the host machine where
	// all GitHub Action repositories are stored.
	ActionCache = filepath.Join(ActionsCache, "/actions")
	// RunnerTmp is the the directory on the host machine used as the source
	// for the mount at RUNNER_TEMP.
	RunnerTmp = filepath.Join(ActionsCache, "/runner/tmp")
	// RunnerTmp is the the directory on the host machine used as the source
	// for the mount at RUNNER_TOOLCACHE.
	RunnerToolCache = filepath.Join(ActionsCache, "/runner/toolcache")
)

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