message

package
v0.11.10 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultBus = NewInMemoryBus()

DefaultBus ...

Functions

This section is empty.

Types

type Bus

type Bus interface {
	Publish(topic string, data interface{})
	Subscribe(topic string, consumer chan interface{})
}

Bus ...

func NewInMemoryBus

func NewInMemoryBus() Bus

NewInMemoryBus ...

Jump to

Keyboard shortcuts

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