Change SelectFilter to Filter

This commit is contained in:
Asim
2016-04-23 20:15:01 +01:00
parent a4c05fd6ad
commit 4d4f842702
3 changed files with 6 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ func (dc *dcWrapper) Call(ctx context.Context, req client.Request, rsp interface
}
callOptions := append(opts, client.WithSelectOption(
selector.Filter(filter),
selector.WithFilter(filter),
))
fmt.Printf("[DC Wrapper] filtering for datacenter %s\n", md["datacenter"])