Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Report ¶
type Report struct { DateTime time.Time `json:"date-time"` Hostname string `json:"hostname"` Port int `json:"port"` Scheme string `json:"scheme"` EffectiveExpirationDate time.Time `json:"effective-expiration-date"` ServedCertificateChain [][]byte `json:"served-certificate-chain"` ValidatedCertificateChain [][]byte `json:"validated-certificate-chain"` Scts []Sct `json:"scts"` FailureMode string `json:"failure-mode"` TestReport bool `json:"test-report"` }
type ReportRequest ¶
type ReportRequest struct {
Report Report `json:"expect-ct-report"`
}
Click to show internal directories.
Click to hide internal directories.