| Index: milo/api/resp/build.go
|
| diff --git a/milo/api/resp/build.go b/milo/api/resp/build.go
|
| index 09aae0471b454f5f5c489254e545209001294519..0bc1f4345e0700d9c1b6992b5667e512a0425c57 100644
|
| --- a/milo/api/resp/build.go
|
| +++ b/milo/api/resp/build.go
|
| @@ -188,6 +188,10 @@ const (
|
|
|
| // Hidden items are by default not displayed.
|
| Hidden
|
| +
|
| + // Interesting items are a signal that they should be annuciated, or
|
| + // pre-fetched.
|
| + Interesting
|
| )
|
|
|
| // BuildComponent represents a single Step, subsetup, attempt, or recipe.
|
|
|