message_bus

package
v0.0.0-...-6637160 Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MakeChannel

func MakeChannel(channel string) error

func Receive

func Receive(channel string, params ...interface{}) interface{}

func Send

func Send(channel string, msg interface{})

Types

type Channel

type Channel chan interface{}

func GetChannel

func GetChannel(channel string) (Channel, error)

func (Channel) Receive

func (c Channel) Receive(args ...interface{}) interface{}

func (Channel) Send

func (c Channel) Send(msg interface{})

Jump to

Keyboard shortcuts

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