package
0.0.0-20220731194155-2379a7fc364b
Repository: https://github.com/verath/archipelago.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewClient creates a new Client, communicating on the provided connection.

# Variables

ErrClientDisconnected is the error returned when trying to read or write a message to/from a client that has disconnected.

# Structs

A Client represents a network peer to which it is possible to send and receive messages, represented as byte arrays.

# Interfaces

Connection is an abstraction of a connection to a peer that supports sending and receiving byte slices.