OLD | NEW |
| (Empty) |
1 luci-go: `apigen` Tool Examples | |
2 ========================================== | |
3 | |
4 This package implements a simple AppEngine counter service. | |
5 | |
6 Code layout | |
7 ----------- | |
8 | |
9 * [dumb_counter/service]( | |
10 https://github.com/luci/luci-go/tree/master/appengine/apigen_examples/dumb_cou
nter/service) | |
11 contains the service code. | |
12 * [dumb_counter/api]( | |
13 https://github.com/luci/luci-go/tree/master/appengine/apigen_examples/dumb_cou
nter/api) | |
14 contains the API generated by running | |
15 `go generate github.com/luci/luci-go/appengine/apigen_examples/dumb_counter/
service`. | |
16 * [dumb_counter/apitest]( | |
17 https://github.com/luci/luci-go/tree/master/appengine/apigen_examples/dumb_cou
nter/apitest) | |
18 contains a test client for the generated API. | |
OLD | NEW |