Skip to content

Commit 726e384

Browse files
committed
update base type to be list of strings
1 parent 731a015 commit 726e384

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

entity/build.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const (
1111

1212
// SpeculationPathInfo represents the base and head commits of a speculation path used in a build.
1313
type SpeculationPathInfo struct {
14-
// Base represents the base state of this speculation path.
15-
Base string
14+
// Base is a list of batchIDs(in order) that form the base of this speculation path.
15+
Base []string
1616
// Head represents the head commit of this speculation path.
1717
Head string
1818
}

0 commit comments

Comments
 (0)