protocol

package
v0.0.0-...-6b95e37 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2018 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// CmdJoin for joining the network
	CmdJoin = Command(iota)

	// CmdAddresses for retrieving network active nodes
	CmdAddresses
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command uint16

Command enumerates protocol commands

type Message

type Message struct {
	Command Command
	Payload interface{}
}

Message is the message structure used by sockets

Jump to

Keyboard shortcuts

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