| Index: milo/buildsource/buildbot/buildinfo.go
|
| diff --git a/milo/build_source/buildbot/buildinfo.go b/milo/buildsource/buildbot/buildinfo.go
|
| similarity index 98%
|
| rename from milo/build_source/buildbot/buildinfo.go
|
| rename to milo/buildsource/buildbot/buildinfo.go
|
| index 6c2c2f3b5f48b4cfa1b9f6e083be33bc2c15e371..f4de098520344717f7679a2b5f648a87dd52dfd2 100644
|
| --- a/milo/build_source/buildbot/buildinfo.go
|
| +++ b/milo/buildsource/buildbot/buildinfo.go
|
| @@ -18,7 +18,7 @@ import (
|
| "github.com/luci/luci-go/logdog/common/types"
|
| "github.com/luci/luci-go/luci_config/common/cfgtypes"
|
| milo "github.com/luci/luci-go/milo/api/proto"
|
| - "github.com/luci/luci-go/milo/build_source/raw_presentation"
|
| + "github.com/luci/luci-go/milo/buildsource/rawpresentation"
|
|
|
| "google.golang.org/grpc/codes"
|
|
|
| @@ -41,7 +41,7 @@ func (p *BuildInfoProvider) newLogdogClient(c context.Context) (*coordinator.Cli
|
| if p.LogdogClientFunc != nil {
|
| return p.LogdogClientFunc(c)
|
| }
|
| - return raw_presentation.NewClient(c, "")
|
| + return rawpresentation.NewClient(c, "")
|
| }
|
|
|
| // GetBuildInfo resolves a Milo protobuf Step for a given BuildBot build.
|
| @@ -92,7 +92,7 @@ func (p *BuildInfoProvider) GetBuildInfo(c context.Context, req *milo.BuildInfoR
|
| logging.Infof(c, "Resolved annotation stream: %s / %s", addr.Project, addr.Path)
|
|
|
| // Load the annotation protobuf.
|
| - as := raw_presentation.AnnotationStream{
|
| + as := rawpresentation.AnnotationStream{
|
| Client: client,
|
| Path: addr.Path,
|
| Project: addr.Project,
|
|
|