Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OutCommand ¶
type OutCommand struct {
// contains filtered or unexported fields
}
func NewOutCommand ¶
func NewOutCommand(gcsClient gcsresource.GCSClient) *OutCommand
func (*OutCommand) Run ¶
func (command *OutCommand) Run(sourceDir string, request OutRequest) (OutResponse, error)
type OutRequest ¶
type OutRequest struct { Source gcsresource.Source `json:"source"` Params Params `json:"params"` }
type OutResponse ¶
type OutResponse struct { Version gcsresource.Version `json:"version"` Metadata []gcsresource.MetadataPair `json:"metadata"` }
Click to show internal directories.
Click to hide internal directories.