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

Method ApplyToExecutor

executor.go:23–23  ·  view source on GitHub ↗
(*Executor)

Source from the content-addressed store, hash-verified

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.

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