Documentation
¶
Index ¶
Constants ¶
View Source
const DOWNLOADURI = "ct/v1/get-entries"
View Source
const INFOURI = "ct/v1/get-sth"
Variables ¶
View Source
var DisableAPICertValidation bool = true
Determines if certificates should be validated when downloading from Log API endpoints
Functions ¶
Types ¶
type Endpoint ¶
type Endpoint struct {
Url string `json:url`
Infourl string `json:"info_url"`
Downloadurl string `json:"download_url"`
Tree_size int `json:"tree_size"`
Timestamp int `json:"timestamp"`
Sha256_root_hash string `json:"sha256_root_hash"`
Tree_head_signature string `json:"tree_head_signature"`
}
func Newendpoint ¶
Click to show internal directories.
Click to hide internal directories.