Package com.lpvs.service


package com.lpvs.service
This package contains services responsible for various business logic and functionality within the LPVS application. The services cover a range of tasks, including handling user authentication, processing GitHub webhooks, managing queues, performing license scans, and generating statistics.

The services in this package are structured to handle different aspects of the application's functionality, promoting modularity, maintainability, and separation of concerns.