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

Side by Side Diff: appengine/apigen_examples/dumb_counter_mvm/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 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`.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698