veyron2: merge Runtime interfaces into veyron2.Runtime
Move all of the Runtime interfaces from veyron2/subdirectories into
veyron2/model.go to bring all of the documentation into one place
and see if this simplifies the overall code structure. This also
made it easy to get rid of the mgmt subdirectories in veyron2 and
the associated runtime.
Change-Id: I95f9fe4b2c72c737c7255b08ce1cfe1cbbace8a7
Change-Id: I602d4436f2c9690963d60bfce303465ebb36f64a
diff --git a/services/mgmt/root/root.idl.go b/services/mgmt/root/root.idl.go
index 040a905..c48b85a 100644
--- a/services/mgmt/root/root.idl.go
+++ b/services/mgmt/root/root.idl.go
@@ -7,6 +7,7 @@
import (
// The non-user imports are prefixed with "_gen_" to prevent collisions.
+ _gen_veyron2 "veyron2"
_gen_idl "veyron2/idl"
_gen_ipc "veyron2/ipc"
_gen_naming "veyron2/naming"
@@ -55,7 +56,7 @@
client = _gen_rt.R().Client()
case 1:
switch o := opts[0].(type) {
- case _gen_ipc.Runtime:
+ case _gen_veyron2.Runtime:
client = o.Client()
case _gen_ipc.Client:
client = o