Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InCommand ¶
type InCommand struct {
// contains filtered or unexported fields
}
func NewInCommand ¶
func NewInCommand(gcsClient gcsresource.GCSClient) *InCommand
type InRequest ¶
type InRequest struct { Source gcsresource.Source `json:"source"` Version gcsresource.Version `json:"version"` }
type InResponse ¶
type InResponse struct { Version gcsresource.Version `json:"version"` Metadata []gcsresource.MetadataPair `json:"metadata"` }
Click to show internal directories.
Click to hide internal directories.