package
1.0.2
Repository: https://github.com/rkcloudchain/rksync.git
Documentation: pkg.go.dev

# Functions

NewChannelDemultiplexer creates a new ChannelDeMultiplexer.
NewServer creates a new Server instance that binds itself to the given gRPC server.

# Structs

ChannelDeMultiplexer is a struct that can receive channel registrations.
ReceivedMessageImpl is an implementation of ReceiveMessage.
SendResult defines a result of a send to a remote peer.
Server is an object that enables to communicate with other peers.

# Type aliases

AggregatedSendResult represents a slice of SendResults.