# Functions
No description provided by the author
No description provided by the author
# Constants
AnnouncementAnimationBack uses the Back animation pattern.
AnnouncementAnimationBounce uses the Bounce animation pattern.
AnnouncementAnimationEase uses the Easing animation pattern.
AnnouncementAnimationElastic uses the Elastic animation pattern.
AnnouncementTypeDanger is an announcement with 'Danger' colors.
AnnouncementTypeInfo is a normal announcement.
AnnouncementTypeSuccess is an announcement with 'Success' colors.
UpdatePresentationSettings means presentation settings have been updated.
UpdateTypeAnnouncement an announcement has been created.
UpdateTypeCluster updates information about the screen cluster.
UpdateTypePrice means a tickers price has been updated.
UpdateTypeTickerAdded adds a new ticker to our list.
UpdateTypeTickerRemoved a ticker has been removed from the list.
UpdateTypeTickerUpdate a ticker has been updated.
UpdateTypeUnknown is not a known update type.
# Variables
No description provided by the author
# Structs
Agg is an individual aggregate used to generate graphs.
Announcement is used to display a special message on the display.
No description provided by the author
No description provided by the author
PriceUpdate is the message sent when a price updates for a ticker.
RGBA is how we represent colors.
Screen contains all screen information about an individual screen.
ScreenCluster contains information about the whole screen cluster.
Ticker is used to update a tickers information ( leader -> follower ).
Group of Tickers.
UnimplementedLeaderServer can be embedded to have forward compatible implementations.
Update encapsulates different update messages.
# Interfaces
No description provided by the author
No description provided by the author
LeaderClient is the client API for Leader service.
LeaderServer is the server API for Leader service.
# Type aliases
AnnouncementAnimation are the different animation options available for an announcement.
AnnouncementType is used to signify the type of announcement / alert.
ScreenSlice is sortable by index.
TickerSlice is sortable by Ticker.
UpdateType is a constant used to define the contents of an update.