package
0.0.0-20241028123607-9d40bca308ee
Repository: https://github.com/ao-data/albiondata-client.git
Documentation: pkg.go.dev
# Functions
NewClient return a new Client instance.
# Constants
CacheSize limit size of messages in cache.
# Structs
Client struct base.
No description provided by the author
No description provided by the author
Router struct definitions.
WSClient is a middleman between the websocket connection and the hub.
WSHub maintains the set of active clients and broadcasts messages to the clients.
# Type aliases
EventType used to identify event types
go:generate stringer -type=EventType.
No description provided by the author
OperationType used to identify operation types
go:generate stringer -type=OperationType.