Add service impl

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-10-01 00:17:06 +02:00
parent f189f330b5
commit ae6b8a3858
3 changed files with 149 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ func NewCustomDomain(orgID gid.GID, domain string) *CustomDomain {
return &CustomDomain{
ID: gid.New(orgID.TenantID(), CustomDomainEntityType),
OrganizationID: orgID,
SSLStatus: CustomDomainSSLStatusPending,
Domain: domain,
IsActive: false,
CreatedAt: now,