package
Version:
v0.12.0
Opens a new window with list of versions in this module.
Published: Jan 12, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 17
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"`
Name string `json:"name"`
ContentType string `json:"content_type"`
}
type GithubReleasesResponse struct {
URL string `json:"url"`
TagName string `json:"tag_name"`
PublishedAt time.Time `json:"published_at"`
Assets []Asset `json:"assets"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.