Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventStreamer ¶
type EventStreamer struct {
// contains filtered or unexported fields
}
func NewEventStreamer ¶
func NewEventStreamer() *EventStreamer
func (*EventStreamer) Publish ¶
func (e *EventStreamer) Publish(i interface{})
func (*EventStreamer) Subscribe ¶
func (e *EventStreamer) Subscribe(ch chan interface{})
Click to show internal directories.
Click to hide internal directories.