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

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: work in progress Created 4 years, 11 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: appengine/cmd/dm/doc.go
diff --git a/appengine/cmd/dm/doc.go b/appengine/cmd/dm/doc.go
index 296ab784bb1ca22b5a202d97c3a83d677bc313ee..21fd0937b6bcb868f324668fb819b104bf379107 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

Powered by Google App Engine
This is Rietveld 408576698