package
0.0.0-20230219110519-cfa02bb1bbfd
Repository: https://github.com/madeindra/golang-websocket.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Structs

Message is a struct for message to be sent by the client.
Server is the struct to handle the Server functions & manage the Subscriptions.

# Type aliases

Client is a type that describe the clients' ID and their connection.
Subscription is a type for each string of topic and the clients that subscribe to it.