package
Version:
v0.0.0-...-d562379
Opens a new window with list of versions in this module.
Published: Nov 16, 2025
License: MIT
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Asset struct {
URL string `json:"url"`
BrowserDownloadURL string `json:"browser_download_url"`
Name string `json:"name"`
}
type Release struct {
URL string `json:"url"`
TagName string `json:"tag_name"`
TargetCommitish string `json:"target_commitish"`
Name string `json:"name"`
CreatedAt string `json:"created_at"`
Assets []Asset `json:"assets"`
}
type Repo struct {
ID int `json:"id"`
Name string `json:"name"`
FullName string `json:"full_name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.