Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionDownloadInfoResponse ¶
type ActionDownloadInfoResponse struct {
Authentication *ActionDownloadAuthenticationResponse `json:"authentication,omitempty"`
Name string `json:"name,omitempty"`
ResolvedName string `json:"resolved_name,omitempty"`
ResolvedSha string `json:"resolved_sha,omitempty"`
TarURL string `json:"tar_url,omitempty"`
Version string `json:"version,omitempty"`
ZipURL string `json:"zip_url,omitempty"`
}
type ActionDownloadInfoResponseCollection ¶
type ActionDownloadInfoResponseCollection struct {
Actions map[string]ActionDownloadInfoResponse `json:"actions,omitempty"`
}
type ActionReferenceRequest ¶
type ActionReferenceRequestList ¶
type ActionReferenceRequestList struct {
Actions []ActionReferenceRequest `json:"actions,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.