MCPcopy
hub / github.com/go-task/task / ExecutorOption

Interface ExecutorOption

executor.go:22–24  ·  view source on GitHub ↗

An ExecutorOption is any type that can apply a configuration to an [Executor].

Source from the content-addressed store, hash-verified

20 // An ExecutorOption is any type that can apply a configuration to an
21 // [Executor].
22 ExecutorOption interface {
23 ApplyToExecutor(*Executor)
24 }
25 // An Executor is used for processing Taskfile(s) and executing the task(s)
26 // within them.
27 Executor struct {

Callers 1

OptionsMethod · 0.65

Implementers 15

dirOptionexecutor.go
entrypointOptionexecutor.go
tempDirOptionexecutor.go
forceOptionexecutor.go
forceAllOptionexecutor.go
insecureOptionexecutor.go
downloadOptionexecutor.go
offlineOptionexecutor.go
timeoutOptionexecutor.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…