Add helpful comments

This commit is contained in:
Andrew Ayer 2025-05-01 13:11:35 -04:00
parent f291855f97
commit e909faaaf8
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {