Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(799)

Side by Side Diff: appengine/apigen_examples/dumb_counter/README.md

Issue 1750143003: Remove ephelper and other endpoints code. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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.
OLDNEW
« no previous file with comments | « appengine/apigen_examples/README.md ('k') | appengine/apigen_examples/dumb_counter/api/dumb_counter/v1/dumb_counter-api.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698