Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventBusComponent ¶
type EventBusComponent interface { Publish(ctx context.Context, event common.Event) error Subscribe(topic string, handler common.Consumer) }
func Local ¶
func Local() EventBusComponent
func Redis ¶
func Redis(infraComponent infra.InfraComponent) EventBusComponent
Click to show internal directories.
Click to hide internal directories.