commit | 39ac323e1dbf089a7a03b90697912ea66a61086d | [log] [tgz] |
---|---|---|
author | Robin Thellend <rthellend@google.com> | Tue Dec 02 09:50:41 2014 -0800 |
committer | Robin Thellend <rthellend@google.com> | Tue Dec 02 09:50:43 2014 -0800 |
tree | 98d70f8b37f17b6896f60ac699a67cdabd366da5 | |
parent | aa1a4db579ee5f8e25c3ed2eb10d820a139641d1 [diff] |
veyron2/ipc/model.go: Normalize the Glob interfaces With this change, the Glob__ and GlobChildren__ methods both take a ServerContext as first argument and return a channel. All the Glob() implementations are updated to use the AllGlobber interface from ipc/model.go. This means that the mounttable.Globbable interface is no longer needed and can now be removed. The VGlob interface is renamed to Globber. Change-Id: Idf1cd4663375eb3f1fc3baf7ca7606f59f7ded19