MCPcopy
hub / github.com/dapr/dapr / sentry

Struct sentry

pkg/sentry/sentry.go:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected