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

Method ApplyToExecutor

executor.go:332–334  ·  view source on GitHub ↗
(e *Executor)

Source from the content-addressed store, hash-verified

330}
331
332func (o *certOption) ApplyToExecutor(e *Executor) {
333 e.Cert = o.cert
334}
335
336// WithCertKey sets the path to a client certificate key for TLS connections.
337func WithCertKey(certKey string) ExecutorOption {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected