| OLD | NEW |
| (Empty) |
| 1 luci-go: `apigen` Tool Examples | |
| 2 ========================================== | |
| 3 | |
| 4 This package contains services that demonstrate the usage and output of the | |
| 5 `apigen` tool. | |
| 6 | |
| 7 Code layout | |
| 8 ----------- | |
| 9 | |
| 10 * [/appengine/apigen_examples/dumb_counter/...]( | |
| 11 https://github.com/luci/luci-go/tree/master/appengine/apigen_examples/dumb_cou
nter) | |
| 12 contains a `dumb_counter` AppEngine v1 service, which implements a basic | |
| 13 counter REST API using Cloud Endpoints. | |
| 14 * [/appengine/apigen_examples/dumb_counter_mvm/...]( | |
| 15 https://github.com/luci/luci-go/tree/master/appengine/apigen_examples/dumb_cou
nter_mvm) | |
| 16 implements the `dumb_counter` service as an AppEngine v2 Managed VM. | |
| OLD | NEW |