messaging

package
v0.0.0-...-7597ab2 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2016 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MessageHandler

type MessageHandler interface {
	Handle(msg []byte) error
}

type Receiver

type Receiver interface {
	Start(h MessageHandler) error
	Stop() error
}

type Sender

type Sender interface {
	Send([]byte) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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