MCPcopy Create free account
hub / github.com/cli/cli / CertificateInspection

Struct CertificateInspection

pkg/cmd/attestation/inspect/inspect.go:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149type CertificateInspection struct {
150 certificate.Summary
151 NotBefore time.Time `json:"notBefore"`
152 NotAfter time.Time `json:"notAfter"`
153}
154
155type TlogEntryInspection struct {
156 IntegratedTime time.Time

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected