commit | f9e79599866e6bccc1cb3d576fd1e6c536e40af3 | [log] [tgz] |
---|---|---|
author | Todd Wang <toddw@google.com> | Tue Aug 18 18:22:17 2015 -0700 |
committer | Todd Wang <toddw@google.com> | Tue Aug 18 18:22:17 2015 -0700 |
tree | 2f6a2672ddea1666c93d2ea6937ccc9539b62484 | |
parent | 1a0dec0b60462a42419a11c329677ed0ceb2b9da [diff] |
runtime/internal/rpc: Add initial xclient, based on v23/flow. All I've done in this CL is copy client.go to xclient.go, and then change xclient.go to be based on the flow rather than stream package, and fix up compilation errors. No testing has been performed; all I know is that this compiles. Patchset 0 represents the raw copy from client.go to xclient.go, and patchset 1 represents my edits. Change-Id: Ifb4c7304c92b4e4b29fbe332882073a579108754
This repository contains a reference implementation of the Vanadium APIs.
Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.