MCPcopy Index your code
hub / github.com/go-task/task / WithReaderCACert

Function WithReaderCACert

taskfile/reader.go:207–209  ·  view source on GitHub ↗

WithReaderCACert sets the path to a custom CA certificate for TLS connections.

(caCert string)

Source from the content-addressed store, hash-verified

205
206// WithReaderCACert sets the path to a custom CA certificate for TLS connections.
207func WithReaderCACert(caCert string) ReaderOption {
208 return &readerCACertOption{caCert: caCert}
209}
210
211type readerCACertOption struct {
212 caCert 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…