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

Unified Diff: milo/appengine/frontend/main.go

Issue 2950563003: [milo] buildinfo -> rpc (Closed)
Patch Set: actually include things Created 3 years, 6 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/appengine/buildinfo/service.go ('k') | milo/appengine/rpc/buildinfo.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/frontend/main.go
diff --git a/milo/appengine/frontend/main.go b/milo/appengine/frontend/main.go
index d91f08ed6b0d922ebd480461e11dc1acc9b199cb..18c74aa315f98bfafc70f918ae6024cc7836f512 100644
--- a/milo/appengine/frontend/main.go
+++ b/milo/appengine/frontend/main.go
@@ -17,10 +17,10 @@ import (
milo "github.com/luci/luci-go/milo/api/proto"
"github.com/luci/luci-go/milo/appengine/buildbot"
"github.com/luci/luci-go/milo/appengine/buildbucket"
- "github.com/luci/luci-go/milo/appengine/buildinfo"
"github.com/luci/luci-go/milo/appengine/common"
"github.com/luci/luci-go/milo/appengine/console"
"github.com/luci/luci-go/milo/appengine/logdog"
+ "github.com/luci/luci-go/milo/appengine/rpc"
"github.com/luci/luci-go/milo/appengine/swarming"
"github.com/luci/luci-go/server/router"
)
@@ -77,7 +77,7 @@ func init() {
Prelude: emptyPrelude,
})
milo.RegisterBuildInfoServer(&api, &milo.DecoratedBuildInfo{
- Service: &buildinfo.Service{},
+ Service: &rpc.BuildInfoService{},
Prelude: emptyPrelude,
})
discovery.Enable(&api)
« no previous file with comments | « milo/appengine/buildinfo/service.go ('k') | milo/appengine/rpc/buildinfo.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698