# Functions
New creates a new controller.
NewTaskController initializes and returns a new TaskController object.
# Constants
TaskTypeRepositoriesRefsUpdate updates all Repositories in the local store with refs fetched from their associated git provider.
TaskTypeRepositoriesUpdate updates the local store with repositories fetched from configured git providers.
TaskTypeRepositoryRefsUpdate updates a Repository in the local store with refs fetched from its associated git provider.
TaskTypeSlackUsersEmailsUpdate updates the local store with slack users emails fetched from the Slack API and local configuration (for custom aliases).
# Structs
Controller holds the necessary clients to run the app and handle requests.
TaskController holds task related clients.
# Type aliases
TaskType represents the type of a task.