Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Marker ¶
type Marker interface { Mark(models.UID) Unmark(models.UID) ToggleMark(models.UID) Remark() Marked() []models.UID IsMarked(models.UID) bool IsVisualMark() bool ToggleVisualMark(bool) UpdateVisualMark() ClearVisualMark() }
Marker provides the interface for the marking behavior of messages
type UIDProvider ¶
UIDProvider provides the underlying uids and the selected message index
Click to show internal directories.
Click to hide internal directories.