Documentation
¶
Index ¶
Constants ¶
View Source
const ( // SampleImageRepoName is the repo name of the sample image. SampleImageRepoName = "library/alpine" // SampleImageTag is the tag of the sample image. SampleImageTag = "latest" // SampleImageConfigDigest is the digest of the data layer in sample image. SampleImageConfigDigest = "a052f56e596097698ac74bb4b03607f2dd6bc026751878ff5d57a74bb043f098" // SampleLayerTarDigest is the digest of image config in sample image. SampleLayerTarDigest = "393ccd5c4dd90344c9d725125e13f636ce0087c62f5ca89050faaacbb9e3ed5b" )
Variables ¶
This section is empty.
Functions ¶
func CurrGID ¶
func CurrGID() int
CurrGID returns the primary GID of the current user, used for testing only.
Types ¶
type Cleanup ¶
type Cleanup struct {
// contains filtered or unexported fields
}
Cleanup contains a list of function that are called to cleanup a fixture
func (*Cleanup) AppendFront ¶
AppendFront append funcs from another cleanup in front of the funcs list
Click to show internal directories.
Click to hide internal directories.