(e *Executor)
| 304 | } |
| 305 | |
| 306 | func (o *remoteCacheDirOption) ApplyToExecutor(e *Executor) { |
| 307 | e.RemoteCacheDir = o.dir |
| 308 | } |
| 309 | |
| 310 | // WithCACert sets the path to a custom CA certificate for TLS connections. |
| 311 | func WithCACert(caCert string) ExecutorOption { |
nothing calls this directly
no outgoing calls
no test coverage detected