(r *Reader)
| 226 | } |
| 227 | |
| 228 | func (o *readerCertOption) ApplyToReader(r *Reader) { |
| 229 | r.cert = o.cert |
| 230 | } |
| 231 | |
| 232 | // WithReaderCertKey sets the path to a client certificate key for TLS connections. |
| 233 | func WithReaderCertKey(certKey string) ReaderOption { |
nothing calls this directly
no outgoing calls
no test coverage detected