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

Struct PluginExecutor

executor/plugin_executor.go:16–18  ·  view source on GitHub ↗

The PluginExecutor implements the Executor interface and invokes the registered plugin for the executed command. The plugin takes care of sending the HTTP request or performing other operations.

Source from the content-addressed store, hash-verified

14// The plugin takes care of sending the HTTP request or performing other
15// operations.
16type PluginExecutor struct {
17 authenticators []auth.Authenticator
18}
19
20func (e PluginExecutor) authenticatorContext(ctx ExecutionContext, logger log.Logger) auth.AuthenticatorContext {
21 authRequest := *auth.NewAuthenticatorRequest(ctx.BaseUri.String(), map[string]string{})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected