Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventBus ¶
type EventBus interface {
	AddTopic(name string, src <-chan coretypes.ResultEvent) error
	RemoveTopic(name string)
	Subscribe(name string) (<-chan coretypes.ResultEvent, UnsubscribeFunc, error)
	Topics() []string
}
    func NewEventBus ¶
func NewEventBus() EventBus
type UnsubscribeFunc ¶ added in v0.12.0
type UnsubscribeFunc func()
 Click to show internal directories. 
   Click to hide internal directories.