package
24.0.0
Repository: https://github.com/gsmcwhirter/discord-bot-lib.git
Documentation: pkg.go.dev

# Functions

NewWSClient creates a new WSClient.
WrapDialer will wrap a *websocket.Dialer so it conforms to this package's interface.

# Structs

Options enables setting up a WSClient with the desired connection settings.
WSClient is a websocket client.

# Interfaces

Conn is the interface for a *websocket.Conn as used in this wrapper package.
Dialer is the interface for a *websocket.Dialer as used in this wrapper package.
Logger is the interface expected for logging.