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
7 files changed
tree: 2603766fe2464176ae46934a1b73db193532399d
  1. cmd/
  2. examples/
  3. internal/
  4. lib/
  5. runtime/
  6. services/
  7. test/
  8. .gitignore
  9. AUTHORS
  10. CONTRIBUTORS
  11. envvar.go
  12. envvar_test.go
  13. LICENSE
  14. PATENTS
  15. README.md
  16. VERSION
README.md

Vanadium

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.