server

package
v0.0.0-...-a91f72b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2019 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SubscriptionThingsAll            = "all"
	SubscriptionSubmissionsAll       = "submissions_all"
	SubscriptionSubmissionsSubreddit = "submissions_subreddit"
	SubscriptionSubmissionsUser      = "submissions_user"
	SubscriptionCommentsAll          = "comments_all"
	SubscriptionCommentsSubreddit    = "comments_subreddit"
	SubscriptionCommentsSubmission   = "comments_submission"
	SubscriptionCommentsUser         = "comments_user"
)

Variables

This section is empty.

Functions

func NewWebsocketServer

func NewWebsocketServer(host string, port int) error

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client is a middleman between the websocket connection and the hub.

type Hub

type Hub struct {
	// contains filtered or unexported fields
}

Hub maintains the set of active clients and broadcasts messages to the clients.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL