pubsub

package
v0.0.0-...-026650a Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2024 License: ISC Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PubSub

type PubSub interface {
	Publisher
	Subscriber
}

PubSub interface.

type Publisher

type Publisher interface {
	Pub(topic string, data []byte) error
}

Publisher interface.

type Subscriber

type Subscriber interface {
	Sub(topic string, cb func(data []byte)) (unsub func() error, err error)
}

Subscriber interface.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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