Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleCreate ¶
func HandleCreate()
func HandleDown ¶
func HandleInit ¶
func HandleInit()
func HandleMigrate ¶
func HandleMigrate(cliURL string)
func HandleUpdate ¶
func HandleUpdate(currentVersion string)
Types ¶
type GithubRelease ¶
type GithubRelease struct {
TagName string `json:"tag_name"`
Assets []struct {
Name string `json:"name"`
BrowserDownloadURL string `json:"browser_download_url"`
} `json:"assets"`
}
GithubRelease represents the structure of a GitHub release from the API
Click to show internal directories.
Click to hide internal directories.