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

Unified Diff: impl/prod/user.go

Issue 1522783002: Add User Testing interface to impl/memory. (Closed) Base URL: https://github.com/luci/gae.git@logging_service
Patch Set: add logout Created 5 years 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
Index: impl/prod/user.go
diff --git a/impl/prod/user.go b/impl/prod/user.go
index 58b538e332a69ce042b0cf27454a2c6796b10be9..63bf014f464eefb2b6e22f81aab5a375b5bc7b83 100644
--- a/impl/prod/user.go
+++ b/impl/prod/user.go
@@ -53,3 +53,7 @@ func (u userImpl) CurrentOAuth(scopes ...string) (*gae_user.User, error) {
func (u userImpl) OAuthConsumerKey() (string, error) {
return user.OAuthConsumerKey(u.aeCtx)
}
+
+func (u userImpl) Testing() gae_user.Testing {
+ return nil
+}
« impl/memory/user.go ('K') | « impl/memory/user.go ('k') | service/user/interface.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698