| 7 | ) |
| 8 | |
| 9 | type customDomainView struct { |
| 10 | ID string |
| 11 | Domain string |
| 12 | Status string |
| 13 | Primary string |
| 14 | ProvisioningType string |
| 15 | VerificationMethod string |
| 16 | VerificationRecord string |
| 17 | VerificationDomain string |
| 18 | TLSPolicy string |
| 19 | CustomClientIPHeader string |
| 20 | DomainMetadata string |
| 21 | CertificateStatus string |
| 22 | CertificateErrorMsg string |
| 23 | CertificateAuthority string |
| 24 | CertificateRenewsBefore string |
| 25 | IsDefault string |
| 26 | raw interface{} |
| 27 | } |
| 28 | |
| 29 | func (v *customDomainView) AsTableHeader() []string { |
| 30 | return []string{"ID", "Domain", "Status"} |
nothing calls this directly
no outgoing calls
no test coverage detected