# Functions
ASN1MarshalSCTs serializes list of AssignedSCTs according to RFC6962 3.3.
BuildLogClient is default (non-mock) LogClientBuilder.
GetDistributorBuilder given CT-policy type and Log-client builder produces Distributor c-tor.
GetSCTs picks required number of Logs according to policy-group logic and collects SCTs from them.
NewCustomLogListRefresher creates and inits a LogListRefresherImpl instance.
NewDistributor creates and inits a Distributor instance.
NewLogListManager creates and inits a LogListManager instance.
NewLogListRefresher creates and inits a LogListRefresherImpl instance using default http.Client.
NewProxy creates an inactive Proxy instance.
NewProxyServer creates ProxyServer instance.
NewStubLogClient is builder for log-client stubs.
# Constants
Policy type values:.
Policy type values:.
PostBatchInterval is duration between parallel batch call and subsequent requests to Logs within group.
# Structs
AssignedSCT represents SCT with logURL of log-producer.
DisableRootCompatibilityCheckingDistributorOption disables the root compatibility checking that the distributor does before submitting a certificate to CT logs.
Distributor operates policy-based submission across Logs.
InfoData wraps data field required for info-page.
LogListData wraps info on external LogList, keeping its JSON source and time of download.
LogListManager runs loglist updates and keeps two latest versions of Log list.
Proxy wraps Log List updates watcher and Distributor running on fresh Log List.
ProxyServer wraps Proxy and handles HTTP-requests for it.
SCTBatch represents JSON response to add-pre-chain method of proxy.
# Interfaces
DistributorOption allows the setting of internal behavior on the distributor.
LogListRefresher is interface for Log List updates watcher.
Submitter is interface wrapping Log-request-response cycle and any processing.
# Type aliases
CTPolicyType indicates CT-policy used for certificate submission.
DistributorBuilder builds distributor instance for a given Log list.
LogClientBuilder builds client-interface instance for a given Log.