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

Struct readerCertKeyOption

taskfile/reader.go:237–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237type readerCertKeyOption struct {
238 certKey string
239}
240
241func (o *readerCertKeyOption) ApplyToReader(r *Reader) {
242 r.certKey = o.certKey

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected