Module service

Module service 

Source
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§

IntelliShellService
Service for managing user commands in IntelliShell

Enums§

AiFixProgress
Progress events for AI fix command
RepoStatus
The status of the tldr git repository
TldrFetchProgress
Progress events for the tldr fetch operation