(r *Reader)
| 213 | } |
| 214 | |
| 215 | func (o *readerCACertOption) ApplyToReader(r *Reader) { |
| 216 | r.caCert = o.caCert |
| 217 | } |
| 218 | |
| 219 | // WithReaderCert sets the path to a client certificate for TLS connections. |
| 220 | func WithReaderCert(cert string) ReaderOption { |
nothing calls this directly
no outgoing calls
no test coverage detected