Documentation
¶
Index ¶
Constants ¶
View Source
const ( JobEventChannel = "job_events" KeeperEventChannel = "keeper_events" )
Variables ¶
This section is empty.
Functions ¶
func InitEventBus ¶
Types ¶
type EventBus ¶
type EventBus struct {
// contains filtered or unexported fields
}
func GetEventBus ¶
func GetEventBus() *EventBus
func (*EventBus) PublishJobEvent ¶
func (*EventBus) PublishKeeperEvent ¶
func (eb *EventBus) PublishKeeperEvent(ctx context.Context, event KeeperEvent) error
type KeeperEvent ¶
Click to show internal directories.
Click to hide internal directories.