event

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bus

type Bus struct {
	C chan Event
	// contains filtered or unexported fields
}

func Init

func Init() (Bus, error)

func (*Bus) Publish

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

func (*Bus) Subscribe

func (eb *Bus) Subscribe(eventName string, callback func())

type Event

type Event struct {
	Name  string
	Value []byte
}

Jump to

Keyboard shortcuts

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