(r *Reader)
| 200 | } |
| 201 | |
| 202 | func (o *promptFuncOption) ApplyToReader(r *Reader) { |
| 203 | r.promptFunc = o.promptFunc |
| 204 | } |
| 205 | |
| 206 | // WithReaderCACert sets the path to a custom CA certificate for TLS connections. |
| 207 | func WithReaderCACert(caCert string) ReaderOption { |
nothing calls this directly
no outgoing calls
no test coverage detected