brood

package module
v0.0.0-...-1ded185 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

README

brood

The goal of this package is to provide a message broker in the style of redis, kafka or similar software - but as a library.

NOTE: This package is currently not for production as it is under heavy development.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNotImplemented = errors.New("brood: not implemented yet")
)

Functions

This section is empty.

Types

type Brood

type Brood struct {
	// contains filtered or unexported fields
}

func New

func New(in, out chan spore.Spore) *Brood

func (*Brood) ListenAndServe

func (b *Brood) ListenAndServe(url string) error

func (*Brood) Publish

func (b *Brood) Publish(s spore.Spore) error

func (*Brood) Subscribe

func (b *Brood) Subscribe(hives string) (chan spore.Spore, error)

Directories

Path Synopsis
Package pb is a reverse proxy.
Package pb is a reverse proxy.

Jump to

Keyboard shortcuts

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