message

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2015 License: MIT Imports: 1 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Message

type Message struct {
	Payload []byte
}

func NewMessage

func NewMessage(payload []byte) *Message

type MessageInterface

type MessageInterface interface {
}

type TagSequencedMessage

type TagSequencedMessage struct {
	Message
	Tags []tag.Tag
}

func NewTagSequencedMessage

func NewTagSequencedMessage(tags []tag.Tag, payload []byte) *TagSequencedMessage

type TaggedMessage

type TaggedMessage struct {
	Message
	Tag tag.Tag
}

func NewTaggedMessage

func NewTaggedMessage(tag tag.Tag, payload []byte) *TaggedMessage

Jump to

Keyboard shortcuts

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