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.
Click to show internal directories.
Click to hide internal directories.