tree: 00278f7234e10a7e30b69c651cea33b7d4fb82e1 [path history] [tgz]
  1. BUILD.bazel
  2. index.ts
  3. README.md
  4. rpc.ts
  5. twirp.ts
autoroll/modules/rpc/README.md

RPC Module

This module provides interaction points with the server. It contains two generated files, rpc.ts and twirp.ts, which contain the RPC types and Twirp client, respectively. The index.ts file helps with module exports and provides a thin wrapper which emits events for fetch start, finish, and failure. The files can be regenerated using:

go generate ./autoroll/go/rpc