mirror of
https://github.com/SSLMate/certspotter.git
synced 2025-06-27 10:15:33 +02:00
Add helpful comments
This commit is contained in:
parent
f291855f97
commit
e909faaaf8
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user