Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetChunkAtTime ¶
GetChunkAtTime returns the chunk whose boundaries contain the given time. It is exported so that it can be used by both the crl-updater and the RA as we transition from dynamic to static shard mappings.
func NewUpdater ¶
func NewUpdater( issuers []*issuance.Certificate, numShards int, shardWidth time.Duration, lookbackPeriod time.Duration, updatePeriod time.Duration, updateTimeout time.Duration, maxParallelism int, maxAttempts int, sa sapb.StorageAuthorityClient, ca capb.CRLGeneratorClient, cs cspb.CRLStorerClient, stats prometheus.Registerer, log blog.Logger, clk clock.Clock, ) (*crlUpdater, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.