messagebus

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2016 License: ISC Imports: 0 Imported by: 0

Documentation

Overview

a queue system to transfer transactions

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Chan

func Chan() <-chan Message

channel to read from

func Send

func Send(from string, item interface{})

data to queue

Types

type Message

type Message struct {
	From string
	Item interface{}
}