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

Struct UploadCommand

plugin/orchestrator/upload/upload_command.go:25–25  ·  view source on GitHub ↗

The UploadCommand is a custom command for the orchestrator service which makes uploading files more convenient. It provides a wrapper over retrieving the write url and actually performing the upload.

Source from the content-addressed store, hash-verified

23// files more convenient. It provides a wrapper over retrieving the write url and actually
24// performing the upload.
25type UploadCommand struct{}
26
27func (c UploadCommand) Command() plugin.Command {
28 return *plugin.NewCommand("orchestrator").

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected