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

Side by Side Diff: web/inc/rpcexplorer/README.md

Issue 1960443004: Add rpcexplorer to webapp hierarchy. (Closed) Base URL: https://github.com/luci/luci-go@logdog-project-web
Patch Set: Updated license, clarified instructions. Created 4 years, 6 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
1 # RPC Explorer 1 # RPC Explorer
2 2
3 RPC Explorer is a static HTML page that can discover RPC services available 3 RPC Explorer is a static HTML page that can discover RPC services available
4 on the current host and make calls. 4 on the current host and make calls.
5 5
6 ## Protobuf messages 6 ## Protobuf messages
7 7
8 Protobuf messages and services mentioned in comments can be found in: 8 Protobuf messages and services mentioned in comments can be found in:
9 9
10 * [descriptor.proto](https://github.com/luci/luci-go/blob/ea240d0/common/proto/g oogle/descriptor/descriptor.proto) 10 * [descriptor.proto](https://github.com/luci/luci-go/blob/ea240d0/common/proto/g oogle/descriptor/descriptor.proto)
11 * [discovery/service.proto](https://github.com/luci/luci-go/blob/ea240d0/server/ discovery/service.proto) 11 * [discovery/service.proto](https://github.com/luci/luci-go/blob/ea240d0/server/ discovery/service.proto)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698