SudoSOS Back-end API / internal/sync-service-factory
internal/sync-service-factory ​
This is the module page of the sync-service-factory.
Classes ​
| Class | Description |
|---|---|
| SyncServiceFactory | Abstract factory class for creating and initializing sync services. Centralizes the logic for determining which sync services to create based on environment variables and configuration. |
Interfaces ​
| Interface | Description |
|---|---|
| SyncServiceFactoryOptions | - |
Type Aliases ​
| Type Alias | Description |
|---|---|
| SyncServiceType | Generic sync service type identifier. Concrete factories should define their own specific service types. |