package
Version:
v1.6.0
Opens a new window with list of versions in this module.
Published: Jan 27, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Commit struct {
SHA string `json:"sha"`
Commit struct {
Author struct {
Name string `json:"name"`
} `json:"author"`
} `json:"commit"`
}
type GitHubRelease struct {
TagName string `json:"tag_name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.