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

Unified Diff: service/datastore/types.go

Issue 1336443003: Implement projection queries correctly. (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: fix doc Created 5 years, 3 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: service/datastore/types.go
diff --git a/service/datastore/types.go b/service/datastore/types.go
index 97bf2eac84202b6e8af3ef55644d6fc1c6842848..4a747e41b2783bd118d485be3d2662b25cbad807 100644
--- a/service/datastore/types.go
+++ b/service/datastore/types.go
@@ -8,9 +8,6 @@ import (
"fmt"
)
-// ByteString is a short byte slice (up to 1500 bytes) that can be indexed.
-type ByteString []byte
-
// GeoPoint represents a location as latitude/longitude in degrees.
//
// You probably shouldn't use these, but their inclusion here is so that the
« service/datastore/serialize/serialize.go ('K') | « service/datastore/serialize/serialize_test.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698