//
pkg.gl
Category
github.com/madeindra/golang-websocket
internal
websocket
package
0.0.0-20230219110519-cfa02bb1bbfd
Repository:
https://github.com/madeindra/golang-websocket.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
1
Files
226 SLOC
#
Functions
HandleWS
No description provided by the author
#
Structs
Message
Message is a struct for message to be sent by the client.
Server
Server is the struct to handle the Server functions & manage the Subscriptions.
#
Type aliases
Client
Client is a type that describe the clients' ID and their connection.
Subscription
Subscription is a type for each string of topic and the clients that subscribe to it.