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

Unified Diff: service/blobstore/doc.go

Issue 1241423003: Minor doc improvements (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: Created 5 years, 5 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 | « impl/dummy/doc.go ('k') | service/blobstore/types.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: service/blobstore/doc.go
diff --git a/service/blobstore/doc.go b/service/blobstore/doc.go
new file mode 100644
index 0000000000000000000000000000000000000000..95c3532c3ce3322ceeff579f05ee0f1eca9b1bbc
--- /dev/null
+++ b/service/blobstore/doc.go
@@ -0,0 +1,13 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// Package blobstore is a PLACEHOLDER for the blobstore implementation.
+//
+// It's not currently implemented, but it may be implemented in the future, if
+// someone decides they needs it (and they don't just use Google Cloud Storage
+// directly).
+//
+// They Key type here is provided simply for rawdatastore to correctly interface
+// with BlobKey's written by other appengine apps (e.g. python).
+package blobstore
« no previous file with comments | « impl/dummy/doc.go ('k') | service/blobstore/types.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698