fixtures

package
v0.0.36 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2024 License: Apache-2.0 Imports: 0 Imported by: 18

Documentation

Overview

Package fixtures provides a set of utilities and constants that are used for managing and handling fixtures in the context of containerized environments. This package includes definitions and helper functions that facilitate the setup and manipulation of fixtures, which are essential for testing and development purposes. The fixtures package aims to simplify the process of creating, mounting, and managing fixtures within containers, ensuring a consistent and reliable environment for various operations.

Index

Constants

View Source
const (
	GoCacheModPathDefault   = "/go/pkg/mod"
	GoCacheBuildPathDefault = "/go/build-cache"
)
View Source
const (
	// ImageVersion is the version of the image to use.
	// This is the latest version.
	ImageVersion = "latest"
	Image        = "alpine"
)
View Source
const (
	// MntPrefix is the prefix for the mount path
	// inside the container.
	MntPrefix = "/mnt"
)

Variables

This section is empty.

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