Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Broadcaster ¶
type Broadcaster struct {
Slots map[persistence.MessageId]*BroadcasterSlot
SkipNonRunningStages bool
// contains filtered or unexported fields
}
func NewBroadcaster ¶
func NewBroadcaster() Broadcaster
func (*Broadcaster) AddSlot ¶
func (b *Broadcaster) AddSlot(messageType persistence.MessageType, address, nif string)
func (*Broadcaster) Start ¶
func (b *Broadcaster) Start(filename string, startTimestamp int64) error
func (*Broadcaster) Stop ¶
func (b *Broadcaster) Stop()
type BroadcasterSlot ¶
type BroadcasterSlot struct {
ReceivedMessages int
MessageType persistence.MessageType
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.