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

Unified Diff: filter/count/gi.go

Issue 1289323002: Fix miscellaneous prod bugs. (Closed) Base URL: https://github.com/luci/gae@master
Patch Set: Rebase. Created 5 years, 4 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 | « no previous file | impl/dummy/dummy.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: filter/count/gi.go
diff --git a/filter/count/gi.go b/filter/count/gi.go
index 548692b0e09c29c082e6feeff36b54b75f4722c2..1eb2589788d4f79b409811bc254f9f830c858187 100644
--- a/filter/count/gi.go
+++ b/filter/count/gi.go
@@ -15,6 +15,7 @@ import (
// InfoCounter is the counter object for the GlobalInfo service.
type InfoCounter struct {
AppID Entry
+ FullyQualifiedAppID Entry
GetNamespace Entry
Datacenter Entry
DefaultVersionHostname Entry
@@ -47,6 +48,11 @@ func (g *infoCounter) AppID() string {
return g.gi.AppID()
}
+func (g *infoCounter) FullyQualifiedAppID() string {
+ g.c.FullyQualifiedAppID.up()
+ return g.gi.FullyQualifiedAppID()
+}
+
func (g *infoCounter) GetNamespace() string {
g.c.GetNamespace.up()
return g.gi.GetNamespace()
« no previous file with comments | « no previous file | impl/dummy/dummy.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698