Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1099)

Unified Diff: milo/buildsource/buildbot/buildinfo.go

Issue 2974793002: [milo] build_source -> buildSource. (Closed)
Patch Set: reupload Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « milo/buildsource/buildbot/builder_test.go ('k') | milo/buildsource/buildbot/buildinfo_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « milo/buildsource/buildbot/builder_test.go ('k') | milo/buildsource/buildbot/buildinfo_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698