emitter

package
v1.2.13-alpha1 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Emitter

type Emitter interface {
	OnEvent(func(Event) error)
	Trigger(Event) error
}

func NewEmitter

func NewEmitter() Emitter

type Event

type Event interface {
	Name() string
	Data() interface{}
}

func NewEvent

func NewEvent(name string, data interface{}) Event

Jump to

Keyboard shortcuts

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