Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MessageFan ¶
type MessageFan struct {
// contains filtered or unexported fields
}
MessageFan contains the reference to the peer's MessageHandlerCoordinator
func NewMessageFan ¶
func NewMessageFan() *MessageFan
NewMessageFan will return an initialized MessageFan
func (*MessageFan) AddFaninChannel ¶
func (fan *MessageFan) AddFaninChannel(channel <-chan *Message)
AddFaninChannel is intended to be invoked by Handler to add a channel to be fan-ed in
func (*MessageFan) GetOutChannel ¶
func (fan *MessageFan) GetOutChannel() <-chan *Message
GetOutChannel returns a read only channel which the registered channels fan into
Click to show internal directories.
Click to hide internal directories.