| Index: milo/api/resp/build.go
|
| diff --git a/milo/api/resp/build.go b/milo/api/resp/build.go
|
| index a78476b6a1157bb650ec85b527ef98638da27fd4..80b22ef30493149ed2ba64f540f1318300e3ec31 100644
|
| --- a/milo/api/resp/build.go
|
| +++ b/milo/api/resp/build.go
|
| @@ -218,6 +218,9 @@ type BuildComponent struct {
|
| // Bot is the machine or execution instance that this component ran on.
|
| Bot *Link
|
|
|
| + // Recipe is a link to the recipe this component is based on.
|
| + Recipe *Link
|
| +
|
| // Source is a link to the external (buildbot, swarming, dm, etc) data
|
| // source that this component relates to.
|
| Source *Link
|
|
|