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

Unified Diff: appengine/cmd/dm/doc.go

Issue 1537883002: Initial distributor implementation (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: fix imports and make dummy.go a real file Created 4 years, 6 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 | « appengine/cmd/dm/distributor/tq_handler.go ('k') | appengine/cmd/dm/frontend/app.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/cmd/dm/doc.go
diff --git a/appengine/cmd/dm/doc.go b/appengine/cmd/dm/doc.go
index cfcb58e1a90b95b6885afcd733aa2131cb63bc7c..a97b08b704454b12dd33eac0f6178a5e80d98983 100644
--- a/appengine/cmd/dm/doc.go
+++ b/appengine/cmd/dm/doc.go
@@ -15,6 +15,8 @@
// service - The actual Cloud Endpoints service.
// frontend - The deployable appengine app. For Technical Reasons (tm), almost
// zero code lives here, it just calls through to code in service.
+// distributor - Definition of the Distributor interface, and implementations
+// (such as swarming_v1).
//
// For more information on DM itself, check out https://github.com/luci/luci-go/wiki/Design-Documents
package dm
« no previous file with comments | « appengine/cmd/dm/distributor/tq_handler.go ('k') | appengine/cmd/dm/frontend/app.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698