up
This commit is contained in:
@@ -3,7 +3,7 @@ using StellaOps.AirGap.Importer.Models;
|
||||
namespace StellaOps.AirGap.Importer.Repositories;
|
||||
|
||||
/// <summary>
|
||||
/// Deterministic in-memory implementations suitable for offline tests and as a template for Mongo-backed repos.
|
||||
/// Deterministic in-memory implementations suitable for offline tests and as a template for persistent storage repos.
|
||||
/// Enforces tenant isolation and stable ordering (by BundleId then Path).
|
||||
/// </summary>
|
||||
public sealed class InMemoryBundleCatalogRepository : IBundleCatalogRepository
|
||||
|
||||
Reference in New Issue
Block a user