Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MessageTemplate = `` /* 178-byte string literal not displayed */
Functions ¶
This section is empty.
Types ¶
type CheckLastestReleaseVersionResponse ¶
type CheckLastestReleaseVersionResponse struct {
IsLatest bool
CurrentVersion string
GithubLatestRelesaseVersion string
Message string
}
func CheckAndUpdateVersion ¶
func CheckAndUpdateVersion(ctx context.Context, currentVersion string) (*CheckLastestReleaseVersionResponse, error)
CheckAndUpdateVersion checks the version and updates the binary if necessary
type GithubAsset ¶
type GithubLatestRelesaseResponse ¶
type GithubLatestRelesaseResponse struct {
URL string `json:"url"`
AssetsURL string `json:"assets_url"`
UploadURL string `json:"upload_url"`
HTMLURL string `json:"html_url"`
ID int `json:"id"`
Author struct {
Login string `json:"login"`
ID int `json:"id"`
NodeID string `json:"node_id"`
AvatarURL string `json:"avatar_url"`
GravatarID string `json:"gravatar_id"`
URL string `json:"url"`
HTMLURL string `json:"html_url"`
FollowersURL string `json:"followers_url"`
FollowingURL string `json:"following_url"`
GistsURL string `json:"gists_url"`
StarredURL string `json:"starred_url"`
SubscriptionsURL string `json:"subscriptions_url"`
OrganizationsURL string `json:"organizations_url"`
ReposURL string `json:"repos_url"`
EventsURL string `json:"events_url"`
ReceivedEventsURL string `json:"received_events_url"`
Type string `json:"type"`
SiteAdmin bool `json:"site_admin"`
} `json:"author"`
NodeID string `json:"node_id"`
TagName string `json:"tag_name"`
TargetCommitish string `json:"target_commitish"`
Name string `json:"name"`
Draft bool `json:"draft"`
Prerelease bool `json:"prerelease"`
CreatedAt time.Time `json:"created_at"`
PublishedAt time.Time `json:"published_at"`
Assets []GithubAsset `json:"assets"`
TarballURL string `json:"tarball_url"`
ZipballURL string `json:"zipball_url"`
Body string `json:"body"`
}
Click to show internal directories.
Click to hide internal directories.