| 147 | } |
| 148 | |
| 149 | type CertificateInspection struct { |
| 150 | certificate.Summary |
| 151 | NotBefore time.Time `json:"notBefore"` |
| 152 | NotAfter time.Time `json:"notAfter"` |
| 153 | } |
| 154 | |
| 155 | type TlogEntryInspection struct { |
| 156 | IntegratedTime time.Time |
nothing calls this directly
no outgoing calls
no test coverage detected