Documentation
¶
Overview ¶
Copyright © 2023 Ryder Retzlaff <[email protected]>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GithubRelease ¶ added in v1.0.5
type GithubRelease struct {
Html_url string `json:"html_url"`
Tag_name string `json:"tag_name"`
Published_at string `json:"published_at"`
Assets []GithubReleaseAsset `json:"assets"`
}
type GithubReleaseAsset ¶ added in v1.0.5
Click to show internal directories.
Click to hide internal directories.