commit | 2411232ae3cfdb418eddb9a61d9631c9618c87ac | [log] [tgz] |
---|---|---|
author | Jungho Ahn <jhahn@google.com> | Tue Sep 15 10:10:24 2015 -0700 |
committer | Jungho Ahn <jhahn@google.com> | Tue Sep 15 10:10:24 2015 -0700 |
tree | a85b63135086356a1499149822f1c1a6c7c4ad94 | |
parent | 5d08ecaeeb5bc9b1559e4f3bd76f49e210435a5e [diff] [blame] |
discovery: add mdns plugin The initial implementation of mDNS plugin. Change-Id: I7465b65c2bd90cc1c6400d2345aae2fee0c38363
diff --git a/runtime/internal/discovery/discovery.go b/runtime/internal/discovery/discovery.go index 79329ec..b502095 100644 --- a/runtime/internal/discovery/discovery.go +++ b/runtime/internal/discovery/discovery.go
@@ -10,6 +10,8 @@ "v.io/v23/discovery" ) +const pkgPath = "v.io/x/ref/runtime/internal/discovery" + // ds is an implementation of discovery.T. type ds struct { plugins []Plugin