commit | 7764f31866a807119a007159d4bc482b46cbe5e6 | [log] [tgz] |
---|---|---|
author | David Why Use Two When One Will Do Presotto <p@google.com> | Wed Aug 20 16:24:05 2014 -0700 |
committer | David Why Use Two When One Will Do Presotto <p@google.com> | Wed Aug 20 16:24:05 2014 -0700 |
tree | 4c34ffb0c15ee95e971d303fef42280955a2564d | |
parent | 2d0b7babd64b28ff040896a1c7725c04432ee94d [diff] [blame] |
Add CacheCtl to naming.Namespace. Change-Id: Id7f17c95cd02208fe8613b91d706b0af7a01b82c
diff --git a/runtimes/google/ipc/full_test.go b/runtimes/google/ipc/full_test.go index d62f1cc..72859c4 100644 --- a/runtimes/google/ipc/full_test.go +++ b/runtimes/google/ipc/full_test.go
@@ -246,6 +246,10 @@ return false } +func (ns *namespace) CacheCtl(ctls ...naming.CacheCtl) []naming.CacheCtl { + return nil +} + func (ns *namespace) Glob(ctx context.T, pattern string) (chan naming.MountEntry, error) { panic("Glob not implemented") return nil, nil