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.
| 23 | // files more convenient. It provides a wrapper over retrieving the write url and actually |
| 24 | // performing the upload. |
| 25 | type UploadCommand struct{} |
| 26 | |
| 27 | func (c UploadCommand) Command() plugin.Command { |
| 28 | return *plugin.NewCommand("orchestrator"). |
nothing calls this directly
no outgoing calls
no test coverage detected