(e *Executor)
| 425 | } |
| 426 | |
| 427 | func (o *assumeTermOption) ApplyToExecutor(e *Executor) { |
| 428 | e.AssumeTerm = o.assumeTerm |
| 429 | } |
| 430 | |
| 431 | // WithInteractive tells the [Executor] to prompt for missing required variables. |
| 432 | func WithInteractive(interactive bool) ExecutorOption { |
nothing calls this directly
no outgoing calls
no test coverage detected