Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BiDirMessageChannel ¶
type BiDirMessageChannel struct {
InChannel chan []byte
CommandChannel chan string
OutChannel chan models.Message
}
func NewBiDirMessageChannel ¶
func NewBiDirMessageChannel() *BiDirMessageChannel
type CommChannels ¶
type CommChannels struct {
MPChannel BiDirMessageChannel
}
func NewCommChannels ¶
func NewCommChannels() *CommChannels
Click to show internal directories.
Click to hide internal directories.