Documentation
¶
Index ¶
Constants ¶
View Source
const ( ERROR_FAILED_TO_NEW = "failed to create new client" ERROR_FAILED_TO_FETCH_STH = "failed to fetch STH" NO_CERT_AND_PRECERT_LEAF = "no certificate and precertificate leaf" ERROR_FAILED_TO_GET_CERT = "failed to get certificate" )
Variables ¶
View Source
var DefaultSleep = 1 * time.Second
View Source
var FetchingThread = 0
View Source
var MaxThread = 50
View Source
var ThreadManager = threadManager{ FetchingThread: FetchingThread, MaxThread: MaxThread, Mutex: sync.Mutex{}, }
Functions ¶
func DefaultCTStream ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.