MCPcopy Create free account
hub / github.com/go-task/task / WithCertKey

Function WithCertKey

executor.go:337–339  ·  view source on GitHub ↗

WithCertKey sets the path to a client certificate key for TLS connections.

(certKey string)

Source from the content-addressed store, hash-verified

335
336// WithCertKey sets the path to a client certificate key for TLS connections.
337func WithCertKey(certKey string) ExecutorOption {
338 return &certKeyOption{certKey: certKey}
339}
340
341type certKeyOption struct {
342 certKey string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…