Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ApproveSubscribeEventPublishC = make(chan *entities.Event)
View Source
var AuthorizationEventPublishC = make(chan *entities.Event)
channels for broadcasting new events to other nodes
View Source
var AuthorizationEvent_SubscriptionC = make(chan *entities.Event)
channels for moving events received from other nodes through the pubsub channels
View Source
var ClientHandshakeC = make(chan *entities.ClientHandshake)
View Source
var IncomingDeliveryProofsC = make(chan *entities.DeliveryProof)
View Source
var IncomingMessageEvent_P2P_D_C = make(chan *entities.Event)
CLEANUP most of these will be deleted transmits events received from other nodes in p2p to daemon
View Source
var IncomingTopicEventSubscriptionC = make(chan *entities.Event)
View Source
var MessageEventPublishC = make(chan *entities.Event)
View Source
var NewPayload_Cli_D_C = make(chan *entities.ClientPayload)
transmits messages sent through rpc, or other channels to daemon
View Source
var OutgoingDeliveryProofC = make(chan *entities.DeliveryProof)
View Source
var OutgoingDeliveryProof_BlockC = make(chan *entities.Block)
View Source
var OutgoingMessageEvents_D_P2P_C = make(chan *entities.Event)
transmits validated events from Daemon to P2P to be broadcasted
View Source
var PubSubInputBlockC = make(chan *entities.Block)
View Source
var PubSubInputProofC = make(chan *entities.DeliveryProof)
View Source
var PublishedSubC = make(chan *entities.Subscription)
View Source
var SubnetEventPublishC = make(chan *entities.Event)
View Source
var Subscribers_RPC_D_C = make(chan *entities.Subscription)
transmits new subscriptions from RPC to Daemon for processing
View Source
var SubscriptionEventPublishC = make(chan *entities.Event)
View Source
var Subscription_D_P2P_C = make(chan *entities.Subscription)
transmits valid subscriptions from Daemon to P2P for broadcasting
View Source
var TopicEventPublishC = make(chan *entities.Event)
View Source
var UnSubscribeEventPublishC = make(chan *entities.Event)
View Source
var WalletEventPublishC = make(chan *entities.Event)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.