package
Version:
v0.6.4
Opens a new window with list of versions in this module.
Published: Dec 20, 2022
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DlRelease struct {
Assets []Download `json:"assets"`
}
type Download struct {
Name string `json:"name"`
URL string `json:"browser_download_url"`
}
type Release struct {
TagName string `json:"tag_name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.