# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewListManager creates a new listManager.
NewListStore creates a new listStore.

# Constants

No description provided by the author
InListKey is the key used to store the list of received todos.
No description provided by the author
MyListKey is the key used to store the list of the owned todos.
No description provided by the author
OutListKey is the key used to store the list of sent todos.
StoreAllowIncomingTaskRequestsKey is the key used to store user preference for wallowing any incoming todo requests.
StoreIssueKey is the key used to store issues in the plugin KV store.
StoreListKey is the key used to store lists in the plugin KV store.
StoreReminderEnabledKey is the key used to store the user preference of auto daily reminder.
StoreReminderKey is the key used to store the last time a user was reminded.
StoreRetries is the number of retries to use when storing lists fails on a race.
WSEventConfigUpdate is the WebSocket event to update the Todo list's configurations on webapp.
WSEventRefresh is the WebSocket event for refreshing the Todo list.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ExtendedIssue extends the information on Issue to be used on the front-end.
Issue represents a Todo issue.
IssueRef denotes every element in any of the lists.
Plugin implements the interface expected by the Mattermost server to communicate between the server and plugin processes.
No description provided by the author
No description provided by the author

# Interfaces

ListManager represents the logic on the lists.
ListStore represents the KVStore operations for lists.