commit | 07712e1172d3449d9fc60ce3e58006aae49fb318 | [log] [tgz] |
---|---|---|
author | Matt Rosencrantz <mattr@google.com> | Fri Jul 31 18:45:25 2015 -0700 |
committer | Matt Rosencrantz <mattr@google.com> | Fri Jul 31 18:45:27 2015 -0700 |
tree | 2603766fe2464176ae46934a1b73db193532399d | |
parent | 9583adb755241dd421de3f5c73603e73a9c727ca [diff] |
runtime/internal/flow/conn: An initial implementation of Conn. This does not yet include: 1. Security of any kind 2. Cleanup: flows and the Conn cannot be closed 3. Proper error wrapping. All public API functions should have errors wrapped in errors from the v23/flow package. 4. Extensive testing: many cases are not covered. I'm sending an early commit to make testing work for higher levels of the stack, and to keep the code reviews managably small. Change-Id: Iccd5160b5103c43f05be458840bf974cc8c7a607
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.