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

Function WithCert

executor.go:324–326  ·  view source on GitHub ↗

WithCert sets the path to a client certificate for TLS connections.

(cert string)

Source from the content-addressed store, hash-verified

322
323// WithCert sets the path to a client certificate for TLS connections.
324func WithCert(cert string) ExecutorOption {
325 return &certOption{cert: cert}
326}
327
328type certOption struct {
329 cert 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…