pubsub

package
v0.0.0-...-81451b2 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2023 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event interface {
	Event() string
}

Event is the interface for events

type PubSub

type PubSub interface {
	Subscribe() chan Event
	Publish(Event)
	Close()
	Wait()
}

PubSub is the interface for pubsubs

func Operate

func Operate(
	logger wrappers.Logger,
	name string,
) PubSub

Operate create and start a new pubsub using channels

Jump to

Keyboard shortcuts

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