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) |