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

Function WithReaderCertKey

taskfile/reader.go:233–235  ·  view source on GitHub ↗

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

(certKey string)

Source from the content-addressed store, hash-verified

231
232// WithReaderCertKey sets the path to a client certificate key for TLS connections.
233func WithReaderCertKey(certKey string) ReaderOption {
234 return &readerCertKeyOption{certKey: certKey}
235}
236
237type readerCertKeyOption struct {
238 certKey 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…