Documentation ¶
Index ¶
- type DownloadCommand
- func (c DownloadCommand) Command() plugin.Command
- func (c DownloadCommand) Execute(context plugin.ExecutionContext, writer output.OutputWriter, logger log.Logger) error
- func (c DownloadCommand) LogRequest(logger log.Logger, request *http.Request)
- func (c DownloadCommand) LogResponse(logger log.Logger, response *http.Response, body []byte)
- type UploadCommand
- func (c UploadCommand) Command() plugin.Command
- func (c UploadCommand) Execute(context plugin.ExecutionContext, writer output.OutputWriter, logger log.Logger) error
- func (c UploadCommand) LogRequest(logger log.Logger, request *http.Request)
- func (c UploadCommand) LogResponse(logger log.Logger, response *http.Response, body []byte)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownloadCommand ¶
type DownloadCommand struct{}
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
func (DownloadCommand) LogRequest ¶
func (c DownloadCommand) LogRequest(logger log.Logger, request *http.Request)
func (DownloadCommand) LogResponse ¶
type UploadCommand ¶
type UploadCommand struct{}
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
func (UploadCommand) LogRequest ¶
func (c UploadCommand) LogRequest(logger log.Logger, request *http.Request)
func (UploadCommand) LogResponse ¶
Click to show internal directories.
Click to hide internal directories.