MCPcopy
hub / github.com/go-task/task / WithReaderCert

Function WithReaderCert

taskfile/reader.go:220–222  ·  view source on GitHub ↗

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

(cert string)

Source from the content-addressed store, hash-verified

218
219// WithReaderCert sets the path to a client certificate for TLS connections.
220func WithReaderCert(cert string) ReaderOption {
221 return &readerCertOption{cert: cert}
222}
223
224type readerCertOption struct {
225 cert string

Callers 1

readTaskfileMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…