simple

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 6, 2025 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventBus added in v0.4.0

type EventBus struct {
	// contains filtered or unexported fields
}

func NewEventBus

func NewEventBus() *EventBus

func (*EventBus) Publish added in v0.4.0

func (e *EventBus) Publish(event events.Event)

func (*EventBus) Subscribe added in v0.4.0

func (e *EventBus) Subscribe(topic string, receiver events.Listener)

func (*EventBus) Unsubscribe added in v0.4.0

func (e *EventBus) Unsubscribe(topic string, receiver events.Listener)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL