MCPcopy Create free account
hub / github.com/UiPath/uipathcli / Call

Method Call

executor/executor.go:15–15  ·  view source on GitHub ↗
(ctx ExecutionContext, writer output.OutputWriter, logger log.Logger)

Source from the content-addressed store, hash-verified

13// The Logger should be used for providing additional information when running a command.
14type Executor interface {
15 Call(ctx ExecutionContext, writer output.OutputWriter, logger log.Logger) error
16}

Callers 1

executeCommandMethod · 0.65

Implementers 2

HttpExecutorexecutor/http_executor.go
PluginExecutorexecutor/plugin_executor.go

Calls

no outgoing calls

Tested by

no test coverage detected