pubsub

package
v0.0.0-...-4784c45 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2018 License: MIT Imports: 2 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 {
	Publish(key string, data []byte)
	Subscribe(key string) chan []byte
	SubscribeWithFunc(key string, f func() ([]byte, error)) chan []byte
	Unsubscribe(key string, channel chan []byte)
}

func New

func New(logEvents bool) PubSub

Jump to

Keyboard shortcuts

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