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

Unified Diff: service/datastore/reflect.go

Issue 1521823003: Clean up callback interfaces. (Closed) Base URL: https://github.com/luci/gae.git@extra
Patch Set: fixins 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
« no previous file with comments | « service/datastore/raw_interface.go ('k') | service/datastore/toggle_string.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: service/datastore/reflect.go
diff --git a/service/datastore/reflect.go b/service/datastore/reflect.go
index e8385666dbed0e7abdf679b952eecd16265ab0a2..771fe84d5ca29213baa1d1af7317a61fa52850aa 100644
--- a/service/datastore/reflect.go
+++ b/service/datastore/reflect.go
@@ -25,4 +25,5 @@ var (
typeOfToggle = reflect.TypeOf(Auto)
typeOfMGS = reflect.TypeOf((*MetaGetterSetter)(nil)).Elem()
typeOfPropertyMap = reflect.TypeOf((PropertyMap)(nil))
+ typeOfError = reflect.TypeOf((*error)(nil)).Elem()
)
« no previous file with comments | « service/datastore/raw_interface.go ('k') | service/datastore/toggle_string.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698