| 70 | } |
| 71 | |
| 72 | type sentry struct { |
| 73 | runners *concurrency.RunnerManager |
| 74 | running atomic.Bool |
| 75 | } |
| 76 | |
| 77 | // New returns a new Sentry Certificate Authority instance. |
| 78 | func New(ctx context.Context, opts Options) (CertificateAuthority, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected