mirror of
https://github.com/SSLMate/certspotter.git
synced 2026-01-15 17:54:20 +01:00
Add helpful comments
This commit is contained in:
@@ -24,7 +24,7 @@ import (
|
||||
type RFC6962Log struct {
|
||||
URL *url.URL
|
||||
MaxGetEntriesSize uint64
|
||||
HTTPClient *http.Client
|
||||
HTTPClient *http.Client // nil to use default client
|
||||
}
|
||||
|
||||
type RFC6962LogEntry struct {
|
||||
|
||||
@@ -37,7 +37,7 @@ type StaticLog struct {
|
||||
SubmissionURL *url.URL
|
||||
MonitoringURL *url.URL
|
||||
ID cttypes.LogID
|
||||
HTTPClient *http.Client
|
||||
HTTPClient *http.Client // nil to use default client
|
||||
}
|
||||
|
||||
type StaticLogEntry struct {
|
||||
|
||||
Reference in New Issue
Block a user