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

Unified Diff: impl/dummy/dummy.go

Issue 1309933003: datastore: Add DecodeCursor to [Raw]Interface. (Closed) Base URL: https://github.com/luci/gae@master
Patch Set: 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
Index: impl/dummy/dummy.go
diff --git a/impl/dummy/dummy.go b/impl/dummy/dummy.go
index 0fb2eb049615467cc053987fa217f33157f6e0af..462ce3113420ecf4f9372e93c63247f7accb84c8 100644
--- a/impl/dummy/dummy.go
+++ b/impl/dummy/dummy.go
@@ -77,6 +77,7 @@ func (ds) GetMulti([]datastore.Key, datastore.MultiMetaGetter, datastore.GetMult
}
func (ds) DeleteMulti([]datastore.Key, datastore.DeleteMultiCB) error { panic(ni()) }
func (ds) NewQuery(string) datastore.Query { panic(ni()) }
+func (ds) DecodeCursor(string) (datastore.Cursor, error) { panic(ni()) }
func (ds) Run(datastore.Query, datastore.RawRunCB) error { panic(ni()) }
func (ds) RunInTransaction(func(context.Context) error, *datastore.TransactionOptions) error {
panic(ni())
« filter/count/rds.go ('K') | « filter/count/rds.go ('k') | impl/memory/datastore.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698