package
0.0.0-20230301081111-79ba34714ab8
Repository: https://github.com/truecloudlab/frostfs-node.git
Documentation: pkg.go.dev

# Functions

New creates new tree service instance.
No description provided by the author
No description provided by the author
SignMessage uses the provided key and signs any protobuf message that was generated for the TreeService by the protoc-gen-go-frostfs generator.
No description provided by the author
WithContainerSource sets a container source for a tree service.
WithEACLSource sets a eACL table source for a tree service.
WithLogger sets logger for a tree service.
WithNetmapSource sets a netmap source for a tree service.
WithPrivateKey sets a netmap source for a tree service.
No description provided by the author
No description provided by the author
No description provided by the author
WithStorage sets tree storage for a service.

# Variables

ErrAlreadySyncing is returned when a service synchronization has already been started.
ErrNotInContainer is returned when operation could not be performed because the node is not included in the container.
ErrShuttingDown is returned when the service is shitting down and could not accept any calls.
No description provided by the author
No description provided by the author
TreeService_ServiceDesc is the grpc.ServiceDesc for TreeService service.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Information about a single tree node.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
KeyValue represents key-value pair attached to an object.
LogMove represents log-entry for a single move operation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Service represents tree-service capable of working with multiple instances of CRDT trees.
Signature of a message.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnimplementedTreeServiceServer should be embedded to have forward compatible implementations.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TreeServiceClient is the client API for TreeService service.
TreeServiceServer is the server API for TreeService service.
UnsafeTreeServiceServer may be embedded to opt out of forward compatibility for this service.

# Type aliases

Option represents configuration option for a tree service.