frostfs-node/pkg/services/tree
Evgenii Stratonikov 74c861342e [] services/tree: Add parent ID to the GetNodeByPath response
Currently, you need to use `GetSubTree` to get parent, which seems an
overkill.

Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
2022-09-07 10:52:37 +03:00
..
cache.go [] services/tree: Do not use deprecated gRPC options 2022-07-30 18:39:08 +03:00
container.go [] services/tree: allow to customize some parameters 2022-07-21 15:08:24 +03:00
getsubtree_test.go [] services/tree: Do not restrict depth in GetSubTree 2022-09-07 10:52:37 +03:00
options.go [] services/tree: allow to customize some parameters 2022-07-21 15:08:24 +03:00
redirect.go [] services/tree: Cache connections to the container nodes 2022-07-21 15:08:24 +03:00
replicator.go [] services/tree: allow to customize some parameters 2022-07-21 15:08:24 +03:00
service.go [] services/tree: Add parent ID to the GetNodeByPath response 2022-09-07 10:52:37 +03:00
service.pb.go [] services/tree: Add parent ID to the GetNodeByPath response 2022-09-07 10:52:37 +03:00
service.proto [] services/tree: Add parent ID to the GetNodeByPath response 2022-09-07 10:52:37 +03:00
service_grpc.pb.go [] services/tree: Add parent ID to the GetNodeByPath response 2022-09-07 10:52:37 +03:00
service_neofs.pb.go [] services/tree: Add parent ID to the GetNodeByPath response 2022-09-07 10:52:37 +03:00
signature.go [] go.mod: Update dependencies 2022-07-25 16:56:02 +03:00
signature_test.go [] services/tree: Implement access control 2022-07-21 15:08:24 +03:00
sync.go [] services/tree: Remove MaxGetSubTreeCount constant 2022-09-07 10:52:37 +03:00
types.pb.go [] services/tree: Add parent ID to the GetNodeByPath response 2022-09-07 10:52:37 +03:00
types.proto [] services/tree: Document *.proto files 2022-07-21 15:08:24 +03:00
types_neofs.pb.go [] services/tree: Implement access control 2022-07-21 15:08:24 +03:00