| "v.io/core/veyron2/context" |
| "v.io/core/veyron2/naming" |
| // GlobName calls __Glob on the given object with the given pattern and returns |
| // a sorted list of matching object names, or an error. |
| func GlobName(ctx *context.T, name, pattern string) ([]string, error) { |
| client := veyron2.GetClient(ctx) |
| call, err := client.StartCall(ctx, name, ipc.GlobMethod, []interface{}{pattern}) |
| var me naming.VDLMountEntry |
| switch err := call.Recv(&me); err { |
| results = append(results, me.Name) |
| if ferr := call.Finish(&err); ferr != nil { |