Documentation ¶ Index ¶ type Channels func NewChannelsMap() *Channels func (it *Channels) ForEach(replyAddress string, fn func(string, chan string)) func (it *Channels) Get(key string) (interface{}, bool) func (it *Channels) Remove(replyAddress string, replyKey string) func (it *Channels) Set(replyAddress string, replyKey string, ch chan string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Channels ¶ type Channels struct { // contains filtered or unexported fields } func NewChannelsMap ¶ func NewChannelsMap() *Channels func (*Channels) ForEach ¶ func (it *Channels) ForEach(replyAddress string, fn func(string, chan string)) func (*Channels) Get ¶ func (it *Channels) Get(key string) (interface{}, bool) func (*Channels) Remove ¶ func (it *Channels) Remove(replyAddress string, replyKey string) func (*Channels) Set ¶ func (it *Channels) Set(replyAddress string, replyKey string, ch chan string) Source Files ¶ View all Source files channels_map.go Click to show internal directories. Click to hide internal directories.