Fix some lint and vet issues
This commit is contained in:
@@ -95,6 +95,7 @@ const htmlTemplate = `<!DOCTYPE html>
|
||||
</html>
|
||||
`
|
||||
|
||||
// LogV3JSON represents the Certificate Transparency log v3 JSON metadata format
|
||||
type LogV3JSON struct {
|
||||
Description string `json:"description"`
|
||||
SubmissionURL string `json:"submission_url"`
|
||||
@@ -105,6 +106,7 @@ type LogV3JSON struct {
|
||||
MMD int `json:"mmd"`
|
||||
}
|
||||
|
||||
// TemporalInterval represents the time range for a Certificate Transparency log
|
||||
type TemporalInterval struct {
|
||||
StartInclusive string `json:"start_inclusive"`
|
||||
EndExclusive string `json:"end_exclusive"`
|
||||
|
Reference in New Issue
Block a user