Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckCommand ¶
type CheckCommand struct {
// contains filtered or unexported fields
}
func NewCheckCommand ¶
func NewCheckCommand(gcsClient gcsresource.GCSClient) *CheckCommand
func (*CheckCommand) Run ¶
func (command *CheckCommand) Run(request CheckRequest) (CheckResponse, error)
type CheckRequest ¶
type CheckRequest struct { Source gcsresource.Source `json:"source"` Version gcsresource.Version `json:"version"` }
type CheckResponse ¶
type CheckResponse []gcsresource.Version
Click to show internal directories.
Click to hide internal directories.