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

Interface ExecProcess

utils/process/exec_process.go:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package process
2
3type ExecProcess interface {
4 Command(name string, args ...string) ExecCmd
5}

Callers 1

CommandMethod · 0.65

Implementers 15

PackageRestoreCommandplugin/studio/restore/package_restore_
TestRunCommandplugin/studio/testrun/test_run_command
PackagePackCommandplugin/studio/pack/package_pack_comman
PackageAnalyzeCommandplugin/studio/analyze/package_analyze_
PackagePublishCommandplugin/studio/publish/package_publish_
DigitizeCommandplugin/digitizer/digitize_command.go
UploadCommandplugin/orchestrator/upload/upload_comm
DownloadCommandplugin/orchestrator/download/download_
ExecCustomProcessutils/process/exec_custom_process.go
ExecDefaultProcessutils/process/exec_default_process.go
SimplePluginCommandtest/plugin_test.go
ContextPluginCommandtest/plugin_test.go

Calls

no outgoing calls

Tested by

no test coverage detected