Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterProvider ¶ added in v0.2.0
func RegisterProvider(name string, provider BusProvider)
Types ¶
type BusProvider ¶ added in v0.2.0
func GetProvider ¶ added in v0.2.0
func GetProvider(name string) (BusProvider, bool)
type ContextTiedBus ¶ added in v0.2.0
type EventHandler ¶
type EventHandler = mdk.EventHandler
type InMemBus ¶
type InMemBus struct {
// contains filtered or unexported fields
}
InMemBus is a thread-safe in-memory implementation of EventBus.
Click to show internal directories.
Click to hide internal directories.