type unionCAContent …
var _ …
var _ …
func NewUnionCAContentProvider(caContentProviders ...CAContentProvider) CAContentProvider { … }
func (c unionCAContent) Name() string { … }
func (c unionCAContent) CurrentCABundleContent() []byte { … }
func (c unionCAContent) VerifyOptions() (x509.VerifyOptions, bool) { … }
func (c unionCAContent) AddListener(listener Listener) { … }
func (c unionCAContent) RunOnce(ctx context.Context) error { … }
func (c unionCAContent) Run(ctx context.Context, workers int) { … }