package
0.0.0-20190618105742-cde1217e1d42
Repository: https://github.com/mjarkk/socket-talk.git
Documentation: pkg.go.dev
# Functions
AuthWithKey returns a handeler for Options.Auth If key is empty this function will panic.
NewClient creates a new client object.
# Structs
CB short for CallBack are the callback options.
Client is the main type from where it's possible to make request.
Options are options that can be used in the NewClient function.
SubscribeT is the global type for all subscriptions.
WSMessage is a websocket message.