package
0.0.0-20240905170531-33fa02c0a360
Repository: https://github.com/adroll/hologram.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewmessageConnection is a convenience function to create a properly-initialized messageConnection.
No description provided by the author
Write marshals a Message into the proper on-wire format and sends it to the remote system.

# Constants

No description provided by the author
No description provided by the author
We restrict messages to 1Mb in size as a precaution against a single message just filling up all available memory on the server.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

Common errors we'll run into.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

MessageReadWriteCloser implementers provide a wrapper around the Hologram protocol that servers can use in their connection handlers.

# Type aliases

ConnectionHandlerFunc implementers are called as goroutines by the server when a message is received.
No description provided by the author
No description provided by the author