refactor(architecture): harden module boundaries
Some checks failed
ci / release-gate (push) Has been cancelled
Some checks failed
ci / release-gate (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Tiku.Application.PlatformAdmin;
|
||||
|
||||
public interface ITenantProvisioningReadinessProbe
|
||||
{
|
||||
Task<bool> IsPublishedBaseOfferingAvailableAsync(
|
||||
string offeringCode,
|
||||
CancellationToken cancellationToken = default);
|
||||
}
|
||||
Reference in New Issue
Block a user