services/device/dmrun: Make it easy to add another backend

Refactor the vcloud/gcloud commands in dmrun to make it easy to add
a backend that uses another cloud provider, such as AWS. The existing
backend is named VcloudVM in case we want to have a GCE backend in
future that does not use the vcloud command at all, relying solely
on gcloud.

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