(e *Executor)
| 317 | } |
| 318 | |
| 319 | func (o *caCertOption) ApplyToExecutor(e *Executor) { |
| 320 | e.CACert = o.caCert |
| 321 | } |
| 322 | |
| 323 | // WithCert sets the path to a client certificate for TLS connections. |
| 324 | func WithCert(cert string) ExecutorOption { |
nothing calls this directly
no outgoing calls
no test coverage detected