Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MissingDigest is a sentinel value meaning no digest is available at the given commit. MissingDigest = types.Digest("") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Trace ¶
type Trace struct { // Digests represents the images seen over the last N commits. Index 0 is the oldest data, index // len-1 is the newest data. Digests []types.Digest // OptionsID is the md5 hash of the options map. OptionsID []byte // contains filtered or unexported fields }
Trace represents all the Digests of a single test across a series of Commits.
Click to show internal directories.
Click to hide internal directories.