We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 731a015 commit 726e384Copy full SHA for 726e384
1 file changed
entity/build.go
@@ -11,8 +11,8 @@ const (
11
12
// SpeculationPathInfo represents the base and head commits of a speculation path used in a build.
13
type SpeculationPathInfo struct {
14
- // Base represents the base state of this speculation path.
15
- Base string
+ // Base is a list of batchIDs(in order) that form the base of this speculation path.
+ Base []string
16
// Head represents the head commit of this speculation path.
17
Head string
18
}
0 commit comments