Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadNewestGo ¶
func DownloadNewestUpx ¶
Types ¶
type GoFile ¶
type UpxVersion ¶
type UpxVersion struct { ID int64 `json:"id"` Name string `json:"name"` Size int64 `json:"size"` State string `json:"state"` ContentType string `json:"content_type"` BrowserDownloadUrl string `json:"browser_download_url"` Url string `json:"url"` CreatedAt time.Time `json:"created_at"` UpdatedAt time.Time `json:"updated_at"` }
func GetNewestUpxVersion ¶
func GetNewestUpxVersion(ctx context.Context) (version *UpxVersion, err error)
Click to show internal directories.
Click to hide internal directories.