event

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init() error

Types

type Bus

type Bus struct {
	// contains filtered or unexported fields
}
var B *Bus

func (*Bus) Publish

func (eb *Bus) Publish(eventName string, data []byte)

func (*Bus) Subscribe

func (eb *Bus) Subscribe(eventName string, callback func([]byte))

type Event

type Event struct {
	Name string
	Data []byte
}

Jump to

Keyboard shortcuts

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