Versions in this module Expand all Collapse all v0 v0.17.1 Oct 26, 2019 Changes in this version + var CertFetcherSet = wire.NewSet(wire.Struct(new(CertFetcher), "Client"), ...) + type CertFetcher struct + Client *http.Client + func (cf *CertFetcher) Fetch(ctx context.Context) ([]*x509.Certificate, error) + func (cf *CertFetcher) RDSCertPool(ctx context.Context) (*x509.CertPool, error) + type CertPoolProvider interface + RDSCertPool func(context.Context) (*x509.CertPool, error)