package
Version:
v0.0.0-...-69a8637
Opens a new window with list of versions in this module.
Published: Jul 30, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Asset struct {
Name string `json:"name"`
BrowserDownloadURL string `json:"browser_download_url"`
ContentType string `json:"content_type"`
}
type GitHubRelease struct {
TagName string `json:"tag_name"`
Assets []Asset `json:"assets"`
}
GitHubRelease represents the structure of the release information from GitHub API
Source Files
¶
Click to show internal directories.
Click to hide internal directories.