modulepackage
0.0.0-20180521062818-4521e2eb39fb
Repository: https://github.com/toorop/go-pusher.git
Documentation: pkg.go.dev
# README
go-pusher
A golang Pusher client ()
Installation
$ go get github.com/toorop/go-pusher
Usage
See client.go in examples folder
Todo
- Pusher Server
Donate
# Packages
No description provided by the author
# Functions
NewClient initialize & return a Pusher client.
NewCustomClient return a custom client.
NewWSS return a websocket connexion.
# Constants
ErrEvent error on event.
events channel buffer size.
time in second between 2 beats.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Client is a pusher client.
Event is a pusher event.
EventError contains a structured error in its Data field.
EventStub contains just the "type" of event.