ref: Change context mutators from SetFoo to WithFoo.

The motivation for this change is consistency, so our API becomes
easier to use.

Before this CL we were using the WithFoo style in the context
package, but the SetFoo style elsewhere, sometimes with an extra
"Context" thrown in for kicks.  After this CL we use WithFoo (and
GetFoo) everywhere.

Change-Id: Idc6959e4ea76ca6bd36501f4002145ffa8835c04
MultiPart: 2/4
50 files changed
tree: 4582c64de74e29db1be949abf9311fd47c2753f5
  1. cmd/
  2. envvar/
  3. examples/
  4. internal/
  5. lib/
  6. profiles/
  7. services/
  8. test/
  9. .gitignore
  10. AUTHORS
  11. CONTRIBUTORS
  12. LICENSE
  13. PATENTS
  14. README.md
  15. VERSION
README.md

This is the code repository containing a reference implementation of the Vanadium project API.