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…
Reference in New Issue