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..3eb51307799db8aa65037e00eb4e7b638936f9dd |
--- /dev/null |
+++ b/server/static/rpcexplorer/README.md |
@@ -0,0 +1,13 @@ |
+# RPC Explorer |
+ |
+RPC Explorer is a static HTML page that can discover RPC services available |
+on the current host and make calls. |
+ |
+It expects ../upload/ to be available under /static/common/. |
+ |
+## 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) |