launch

package
v0.6.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActionDownloadAuthenticationResponse

type ActionDownloadAuthenticationResponse struct {
	ExpiresAt string `json:"expires_at,omitempty"`
	Token     string `json:"token,omitempty"`
}

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 ActionReferenceRequest struct {
	Action  string `json:"action,omitempty"`
	Version string `json:"version,omitempty"`
	Path    string `json:"path,omitempty"`
}

type ActionReferenceRequestList

type ActionReferenceRequestList struct {
	Actions []ActionReferenceRequest `json:"actions,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL