Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownloadCommand ¶
type DownloadCommand struct{}
The DownloadCommand is a custom command for the orchestrator service which makes downloading files more convenient. It provides a wrapper over retrieving the read url and actually performing the download.
func (DownloadCommand) Command ¶
func (c DownloadCommand) Command() plugin.Command
func (DownloadCommand) Execute ¶
func (c DownloadCommand) Execute(context plugin.ExecutionContext, writer output.OutputWriter, logger log.Logger) error
type UploadCommand ¶
type UploadCommand struct{}
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.
func (UploadCommand) Command ¶
func (c UploadCommand) Command() plugin.Command
func (UploadCommand) Execute ¶
func (c UploadCommand) Execute(context plugin.ExecutionContext, writer output.OutputWriter, logger log.Logger) error
Click to show internal directories.
Click to hide internal directories.