| OLD | NEW |
| (Empty) |
| 1 luci-go: `apigen` Tool Examples | |
| 2 ========================================== | |
| 3 | |
| 4 This package implements a simple AppEngine v2 counter service as a Managed VM. | |
| 5 | |
| 6 Code layout | |
| 7 ----------- | |
| 8 | |
| 9 * [dumb_counter_mvm/service]( | |
| 10 https://github.com/luci/luci-go/tree/master/appengine/apigen_examples/dumb_cou
nter_mvm/service) | |
| 11 contains the service code. | |
| 12 * [dumb_counter_mvm/api]( | |
| 13 https://github.com/luci/luci-go/tree/master/appengine/apigen_examples/dumb_cou
nter_mvm/api) | |
| 14 contains the API generated by running | |
| 15 `go generate github.com/luci/luci-go/appengine/apigen_examples/dumb_counter_
mvm/service`. | |
| OLD | NEW |