Versions in this module Expand all Collapse all v0 v0.1.0 Nov 29, 2025 Changes in this version + type Logger interface + Printf func(format string, v ...interface{}) + type Options struct + Logger Logger + Processors []X509CertProcessor + type Watcher struct + func New(opts Options) *Watcher + func (w *Watcher) Start(ctx context.Context) error + func (w *Watcher) Stop() + type X509CertProcessor interface + Process func(cert *x509.Certificate) error