Documentation ¶
Overview ¶
package util has various utility methods for the eiger agent
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Broadcaster ¶
type Broadcaster struct {
// contains filtered or unexported fields
}
func NewBroadcaster ¶
func NewBroadcaster(source <-chan interface{}) *Broadcaster
func (*Broadcaster) NewChan ¶
func (b *Broadcaster) NewChan() <-chan interface{}
Click to show internal directories.
Click to hide internal directories.