package
Version:
v0.2.3
Opens a new window with list of versions in this module.
Published: Oct 29, 2024
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Asset struct {
BrowserDownloadURL string `json:"browser_download_url"`
Name string `json:"name"`
}
type Release struct {
TagName string `json:"tag_name"`
Assets []Asset `json:"assets"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.