Add trust center alias service and integrate into sitemap
The sitemap now covers files and audit reports alongside documents and resolves aliases so human-readable paths appear when configured. Signed-off-by: Bryan Frimin <bryan@probo.com>
This commit is contained in:
@@ -62,6 +62,7 @@ type (
|
||||
Reports *ReportService
|
||||
Organizations *OrganizationService
|
||||
ComplianceExternalURLs *ComplianceExternalURLService
|
||||
TrustCenterAliases *TrustCenterAliasService
|
||||
}
|
||||
)
|
||||
|
||||
@@ -103,6 +104,7 @@ func NewService(
|
||||
svc.Reports = &ReportService{svc: svc}
|
||||
svc.Organizations = &OrganizationService{svc: svc}
|
||||
svc.ComplianceExternalURLs = &ComplianceExternalURLService{svc: svc}
|
||||
svc.TrustCenterAliases = &TrustCenterAliasService{svc: svc}
|
||||
|
||||
return svc
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user