package
0.0.0-20190227195027-ebc5dce2dd60
Repository: https://github.com/dustinblackman/streamroller.git
Documentation: pkg.go.dev

# Functions

HandleWebSocketConnections sets up handling websocket connections for echo.
WriteToWebSocket is a quick helper function to write to an open web socket.

# Variables

SocketChannel is the main channel where all chat messages are aggregated and passed to open web sockets.

# Structs

Socket holds information for a single socket.
SocketMessage is used to submit a message entry back to websocket listeners.