# Functions
FormatBounds makes a pretty table from the results of a GetAllPartitionBounds call.
FormatBoundTotals makes a pretty table from the totals across all partition results from a GetAllPartitionBounds call.
FormatTailStats generates a pretty table from a TailStats instance.
GetAllPartitionBounds gets the bounds for all partitions in the argument topic.
GetPartitionBounds gets the bounds for a single partition in the argument topic.
NewTopicTailer returns a new TopicTailer instance.
# Structs
Bounds represents the start and end "bounds" of the messages in a partition.
TailMessage represents a single message retrieved from a kafka reader.
TailPartitionStats stores stats on the fetches from a single topic partition.
TailStats stores stats on all partitions that are tailed.
TopicTailer fetches a stream of messages from a topic.