Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Mailbox ¶
type Mailbox struct { Sender *protocol.TranxSender Receiver *protocol.TranxReceiver CommunicationChannel chan []byte Quit chan bool }
Mailbox is a data structure that links together a sender and a receiver client.
type Mailboxes ¶
func (*Mailboxes) DeleteMailbox ¶
DeleteMailbox deallocates a mailbox.
func (*Mailboxes) GetMailbox ¶
GetMailbox returns the decired mailbox.
func (*Mailboxes) StoreMailbox ¶
StoreMailbox allocates a mailbox.
Click to show internal directories.
Click to hide internal directories.