namespace: NoResolve is dead, long live Preresolved.  Unlike NoResolve,
Preresolved can contain a mount entry to use.

Mounttable access has been simplified.  Instead of trying to apply
all modifying RPCs to all instances of a mount table, we
assume that the instances ensure consistency so that we only have
to reach one.  This reduces an RPC to a mount table to being the
same as an RPC to anything else.  This was the main reason for the
Preresolved change, i.e., to pass multiple servers to a call when
we have preresolved to a mount table.

MultiPart: 2/2
Change-Id: Ie93f6145083e03d0319501d4098860f428adbef9
13 files changed
tree: efbd280d29f31d044a6b760852db0bc24ad9fdcb
  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.