Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CrtshResponse ¶
type CrtshResponse []CrtshResponseRow
type CrtshResponseRow ¶
type CrtshResponseRow struct { IssuerCAID int64 `json:"issuer_ca_id"` IssuerName string `json:"issuer_name"` CommonName string `json:"common_name"` NameValue string `json:"name_value"` ID int64 `json:"id"` EntryTimestamp string `json:"entry_timestamp"` NotBefore string `json:"not_before"` NotAfter string `json:"not_after"` SerialNumber string `json:"serial_number"` }
Click to show internal directories.
Click to hide internal directories.