frostfs-sdk-go/netmap
Alex Vanin cdcbaa1677 [#168] netmap: Replace pointer slices with non-pointer slices
- []*Replica => []Replica
 - []*Selector => []Selector
 - []*Filter => []Filter
 - []*NetworkParameter => []NetworkParameter
 - []*Node => []Node

Also introduces `filter.id()`` function to store filters
in numCache map.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2022-03-15 16:59:59 +03:00
..
json_tests [#109] netmap: add 1 more test in JSON 2022-01-18 13:50:48 +03:00
test [#168] netmap: Replace pointer slices with non-pointer slices 2022-03-15 16:59:59 +03:00
Tests.md [#109] netmap: describe JSON test format 2022-01-18 13:06:25 +03:00
aggregator.go [#42] netmap: move package from neofs-api-go 2021-10-28 14:50:33 +03:00
clause.go [#42] netmap: move package from neofs-api-go 2021-10-28 14:50:33 +03:00
clause_test.go [#42] netmap: move package from neofs-api-go 2021-10-28 14:50:33 +03:00
container.go [#42] netmap: move package from neofs-api-go 2021-10-28 14:50:33 +03:00
context.go [#168] netmap: Replace pointer slices with non-pointer slices 2022-03-15 16:59:59 +03:00
doc.go [#42] netmap: move package from neofs-api-go 2021-10-28 14:50:33 +03:00
filter.go [#168] netmap: Replace pointer slices with non-pointer slices 2022-03-15 16:59:59 +03:00
filter_test.go [#168] netmap: Replace pointer slices with non-pointer slices 2022-03-15 16:59:59 +03:00
helper_test.go [#168] netmap: Replace pointer slices with non-pointer slices 2022-03-15 16:59:59 +03:00
json_test.go [#109] netmap: convert tests to the json format 2022-01-18 13:06:25 +03:00
netmap.go [#168] netmap: Replace pointer slices with non-pointer slices 2022-03-15 16:59:59 +03:00
network_info.go [#168] netmap: Replace pointer slices with non-pointer slices 2022-03-15 16:59:59 +03:00
network_info_test.go [#168] netmap: Replace pointer slices with non-pointer slices 2022-03-15 16:59:59 +03:00
node_info.go [#168] netmap: Replace pointer slices with non-pointer slices 2022-03-15 16:59:59 +03:00
node_info_test.go [#168] netmap: Replace pointer slices with non-pointer slices 2022-03-15 16:59:59 +03:00
operation.go [#42] netmap: move package from neofs-api-go 2021-10-28 14:50:33 +03:00
operation_test.go [#42] netmap: move package from neofs-api-go 2021-10-28 14:50:33 +03:00
policy.go [#168] netmap: Replace pointer slices with non-pointer slices 2022-03-15 16:59:59 +03:00
policy_test.go [#168] netmap: Replace pointer slices with non-pointer slices 2022-03-15 16:59:59 +03:00
replica.go [#42] netmap: move package from neofs-api-go 2021-10-28 14:50:33 +03:00
replica_test.go [#168] netmap: Replace pointer slices with non-pointer slices 2022-03-15 16:59:59 +03:00
selector.go [#168] netmap: Replace pointer slices with non-pointer slices 2022-03-15 16:59:59 +03:00
selector_test.go [#168] netmap: Replace pointer slices with non-pointer slices 2022-03-15 16:59:59 +03:00
subnet.go [#80] netmap: add `NodeInfo.ExitSubnet` method 2021-11-26 15:52:08 +03:00
subnet_test.go [#80] netmap: add `NodeInfo.ExitSubnet` method 2021-11-26 15:52:08 +03:00