Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SubmitManifests ¶
func SubmitManifests(pkg_id, version string, manifests []WinGetManifest, commitType CommitType, forkUser string, reuseDraftPr bool, rmReason ...string)
Types ¶
type CommitType ¶
type CommitType string
const ( NewVerCommit CommitType = "New version" UpdateVerCommit CommitType = "Update version" AddVerCommit CommitType = "Add version" RmVerCommit CommitType = "Remove" NewLocaleCommit CommitType = "New locale" )
type MetadataFromGithub ¶
type MetadataFromGithub struct {
PublisherUrl string
PublisherSupportUrl string
License string
LicenseUrl string
PackageUrl string
ReleaseDate string
ReleaseNotesUrl string
PrivacyUrl string
Tags []string
ShortDescription string
}
func GetMetadataFromGitHub ¶
func GetMetadataFromGitHub(release_url string) MetadataFromGithub
type WinGetManifest ¶
func GetWinGetManifests ¶
func GetWinGetManifests(pkg_id, version string) []WinGetManifest
Click to show internal directories.
Click to hide internal directories.