frostfs-sdk-go/netmap
Leonard Lyubich e7ac7f339e [#82] netmap: Add functionality for working with subnets
* Implement `NodeInfo.EnterSubnet` method which adds node's subnet.
  * Implement `NodeInfo.IterateSubnets` which behaves similar to
  eponymous function from neofs-api-go/v2.
  * Implement `BelongsToSubnet` which checks if `NodeInfo` describes the
  node belonging to a specific subnet.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-11-25 13:04:24 +03:00
..
test [#60] container: move package from neofs-api-go 2021-11-10 10:31:57 +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 [#42] netmap: move package from neofs-api-go 2021-10-28 14:50:33 +03:00
doc.go [#42] netmap: move package from neofs-api-go 2021-10-28 14:50:33 +03:00
filter.go [#42] netmap: move package from neofs-api-go 2021-10-28 14:50:33 +03:00
filter_test.go [#42] netmap: move package from neofs-api-go 2021-10-28 14:50:33 +03:00
helper_test.go [#42] netmap: move package from neofs-api-go 2021-10-28 14:50:33 +03:00
netmap.go [#42] netmap: move package from neofs-api-go 2021-10-28 14:50:33 +03:00
network_info.go [#42] netmap: move package from neofs-api-go 2021-10-28 14:50:33 +03:00
network_info_test.go [#42] netmap: move package from neofs-api-go 2021-10-28 14:50:33 +03:00
node_info.go [#42] netmap: remove deprecated methods 2021-11-09 10:01:43 +03:00
node_info_test.go [#42] netmap: move package from neofs-api-go 2021-10-28 14:50:33 +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 [#42] netmap: move package from neofs-api-go 2021-10-28 14:50:33 +03:00
policy_test.go [#42] netmap: move package from neofs-api-go 2021-10-28 14:50:33 +03:00
replica.go [#42] netmap: move package from neofs-api-go 2021-10-28 14:50:33 +03:00
replica_test.go [#42] netmap: move package from neofs-api-go 2021-10-28 14:50:33 +03:00
selector.go [#69] netmap: fix typo in comment 2021-11-09 10:00:21 +03:00
selector_test.go [#42] netmap: move package from neofs-api-go 2021-10-28 14:50:33 +03:00
subnet.go [#82] netmap: Add functionality for working with subnets 2021-11-25 13:04:24 +03:00
subnet_test.go [#82] netmap: Add functionality for working with subnets 2021-11-25 13:04:24 +03:00