(r *Executor)
| 291 | } |
| 292 | |
| 293 | func (o *cacheExpiryDurationOption) ApplyToExecutor(r *Executor) { |
| 294 | r.CacheExpiryDuration = o.duration |
| 295 | } |
| 296 | |
| 297 | // WithRemoteCacheDir sets the directory where remote taskfiles are cached. |
| 298 | func WithRemoteCacheDir(dir string) ExecutorOption { |
nothing calls this directly
no outgoing calls
no test coverage detected