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

Unified Diff: server/static/rpcexplorer/README.md

Issue 1695893004: RPC Explorer (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@rpcepxlorer-deps
Patch Set: 80 chars Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « server/static/rpc/test/rpc-client.html ('k') | server/static/rpcexplorer/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/static/rpcexplorer/README.md
diff --git a/server/static/rpcexplorer/README.md b/server/static/rpcexplorer/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..e0793f23d3b1f250b3c54cebc441ecfb7505fc93
--- /dev/null
+++ b/server/static/rpcexplorer/README.md
@@ -0,0 +1,11 @@
+# RPC Explorer
+
+RPC Explorer is a static HTML page that can discover RPC services available
+on the current host and make calls.
+
+## Protobuf messages
+
+Protobuf messages and services mentioned in comments can be found in:
+
+* [descriptor.proto](https://github.com/luci/luci-go/blob/ea240d0/common/proto/google/descriptor/descriptor.proto)
+* [discovery/service.proto](https://github.com/luci/luci-go/blob/ea240d0/server/discovery/service.proto)
« no previous file with comments | « server/static/rpc/test/rpc-client.html ('k') | server/static/rpcexplorer/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698