Expand description
Encapsulates the core business logic and operations of the application.
This module contains the implementation of the application’s key functionalities, acting upon the data models
defined in the model
module.
It orchestrates interactions with the storage
layer to persist and retrieve data and provides the necessary
operations consumed by the process
and potentially other layers.
Structs§
- Intelli
Shell Service - Service for managing user commands in IntelliShell
Enums§
- AiFix
Progress - Progress events for AI fix command
- Repo
Status - The status of the tldr git repository
- Tldr
Fetch Progress - Progress events for the
tldr fetch
operation