OLD | NEW |
---|---|
1 // Copyright 2015 The Chromium Authors. All rights reserved. | 1 // Copyright 2015 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 // Package module is the main entry point for the `services` LogDog AppEngine | 5 // Package module is the main entry point for the `register` LogDog AppEngine |
nodir
2016/05/19 16:43:17
why is it called module?
dnj (Google)
2016/05/19 22:52:04
It's an AppEngine module. All of my GAE modules ar
| |
6 // executable. This executable is designed to be built with and deployed on the | 6 // executable. This executable is designed to be built with and deployed on the |
7 // Google AppEngine Engine classic infrastructure. | 7 // Google AppEngine Engine classic infrastructure. |
8 // | |
9 // This endpoint exposes log stream registration capability, and is intended for | |
10 // use by Butler instances. | |
8 package module | 11 package module |
OLD | NEW |