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 |