package
0.3.1
Repository: https://github.com/blorticus/tpcli.git
Documentation: pkg.go.dev

# Functions

BindUsingTCPSocket attempts to bind to a TCP socket for listening and, on success, returns a MessageBroker.
BindUsingUnixSocket attempts to bind to an existing Unix stream socket and, on success, returns a MessageBroker.
ProcessCliArguments processes os.Args, searching for requisite flags.

# Constants

Peer message types.
Peer message types.
Peer message types.
Peer message types.
Peer message types.
Peer message types.

# Structs

CliProcessor processes command-line arguments for the tpcli application.
PeerCommunicationBroker handles communication via a TCP or Unix stream socket peer.
PeerMessage represents a message delivered to or received from a remote peer.
PeerMessageJSON is the json package type mapping for a peer message.

# Type aliases

PeerMessageType represents types of peer message.