package
0.2.4
Repository: https://github.com/drawr-team/core-server.git
Documentation: pkg.go.dev

# Functions

HandleUpdateCanvas takes the data from the client sets a timestamp, pushes the data into our database and pushes it on to the other clients.
NewMessage takes a message type and an interface It generates a GenericMessage type.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

GenericAck is ...
GenericMessage is a message from/to the clients.
No description provided by the author
UpdateCanvasData is the data used to get/push canvas updates from/to the clients.

# Interfaces

Absorber can accept []byte data.
Emitter can emit []byte data.
Provider can provide raw Message data to monitor.
Verbosity implements methods to set verbose logs.