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

Struct readerCertOption

taskfile/reader.go:224–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224type readerCertOption struct {
225 cert string
226}
227
228func (o *readerCertOption) ApplyToReader(r *Reader) {
229 r.cert = o.cert

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected