package
0.0.0-20210812091234-6513b377aba0
Repository: https://github.com/diamondburned/cchat-gtk.git
Documentation: pkg.go.dev
# Functions
FirstMessage returns the first message in the buffer.
InsertPosition returns the message that is before the given time (or nil) and the new index of the message with the given timestamp.
LastMessage returns the last message in the buffer or nil if there's nothing.
LatestMessageFrom returns the latest message from the given author ID.
No description provided by the author
No description provided by the author
UpdateMessage is a convenient function to update a message in the container.
# Constants
BacklogLimit is the maximum number of messages to store in the container at once.
No description provided by the author
# Structs
ListContainer is an implementation of Container, which allows flexible message grids.
No description provided by the author
# Interfaces
Container is a generic messages container for children messages for children packages.
Controller is for menu actions.
No description provided by the author
No description provided by the author