package
0.0.0-20240515134008-560e072f64ae
Repository: https://github.com/igorsteps/easypark.git
Documentation: pkg.go.dev

# Functions

NewHub returns a new instance of Hub.

# Structs

Client is setup for every websocket connection, it acts as 'transmitter' between the Hub and Websocket connection, ie.
Hub maintains the set of active clients, registers and unregisters clients, and broadcasts messages to them.

# Interfaces

MessageFacade provides an interface implemented by usecasefacades.MessageFacade.