(e *Executor)
| 330 | } |
| 331 | |
| 332 | func (o *certOption) ApplyToExecutor(e *Executor) { |
| 333 | e.Cert = o.cert |
| 334 | } |
| 335 | |
| 336 | // WithCertKey sets the path to a client certificate key for TLS connections. |
| 337 | func WithCertKey(certKey string) ExecutorOption { |
nothing calls this directly
no outgoing calls
no test coverage detected