forked from TrueCloudLab/frostfs-api-go
[#138] v2/netmap: Update to neofs-api jindo release
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
b19e3a48db
commit
c0cc4a4374
6 changed files with 173 additions and 48 deletions
|
@ -151,6 +151,7 @@ func generateSelector(name string) *netmap.Selector {
|
|||
s := new(netmap.Selector)
|
||||
s.SetName(name)
|
||||
s.SetAttribute("attribute")
|
||||
s.SetClause(netmap.Distinct)
|
||||
s.SetCount(10)
|
||||
s.SetFilter("filter")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue